Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkernell committed Feb 14, 2022
1 parent 7b349d0 commit ea1fb8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/usingTellorTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ describe("UsingTellor", function() {
expect(currentVal3[0])
expect(currentVal3[1]).to.equal(h.bytes("houdini"))
expect(currentVal3[2]).to.equal(blocky3.timestamp)
currentVal4 = await bench.getCurrentValue(h.uintTob32(2))
expect(!currentVal4[0])
expect(currentVal4[1]).to.equal('0x')
expect(currentVal4[2]).to.equal(0)
})

it("getIndexForDataBefore()", async function() {
Expand Down

0 comments on commit ea1fb8d

Please sign in to comment.