Skip to content

Commit

Permalink
tests: fix blocks.getLatest test
Browse files Browse the repository at this point in the history
- epoch slot assumption was incorrect
  • Loading branch information
ph4r05 committed Sep 23, 2021
1 parent 3434a24 commit 5e13d46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/blockfrost-tests/BlockTests.swift
Expand Up @@ -43,7 +43,6 @@ final class BlockTests: QuickSpec {
expect(r.time).to(beGreaterThanOrEqualTo(1632309616))
expect(r.slot).to(beGreaterThanOrEqualTo(40743325))
expect(r.epoch).to(beGreaterThanOrEqualTo(291))
expect(r.epochSlot).to(beGreaterThanOrEqualTo(394525))
expect(r.hash).to(beAKindOf(String.self))
done()
}
Expand Down

0 comments on commit 5e13d46

Please sign in to comment.