Skip to content

Commit edf6643

Browse files
committed
test: fix assertion - startAt is optional now
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent 30b41e0 commit edf6643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test('integration', async () => {
1313
const res = await fetch(`https://api.filspark.com/measurements/${measurementId}`)
1414
assert(res.ok)
1515
const retrieval = await res.json()
16-
assert(retrieval.startAt)
16+
assert(retrieval.indexerResult)
1717
assert(retrieval.finishedAt)
1818
})
1919

0 commit comments

Comments
 (0)