Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Haimerl committed Jan 10, 2025
1 parent 975ad1d commit f4918ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stats/test/handler.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ describe('HTTP request handler', () => {
await givenRetrievalStats(pgPools.evaluate, { day: '2024-01-23', minerId: 'f2two', total: 10, successful: 1, successfulHttp: undefined })
await givenRetrievalStats(pgPools.evaluate, { day: '2024-01-24', minerId: 'f3three', total: 20, successful: 2, successfulHttp: null })

// First we test each case separately 0, undefined and null
let res = await fetch(
new URL(
'/retrieval-success-rate?from=2024-01-20&to=2024-01-22',
Expand Down

0 comments on commit f4918ee

Please sign in to comment.