Skip to content

Commit

Permalink
Merge pull request #108 from gregdhill/fix-test
Browse files Browse the repository at this point in the history
fix test for new nonce setup
  • Loading branch information
Greg Hill committed Mar 23, 2020
2 parents 250a195 + b26487c commit 4dbdf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestDeterministicEncryptedStore(t *testing.T) {
assert.Equal(t, uint64(len(bunsIn))+16+32, statInfo.Size_)

loc := hrd.Store().Location(ref.Address)
assert.Equal(t, "memfs://a0abd6a3e5d8f343b3e71b2e97af05f38652dd6345021ca34655aa27e7aa94ae", loc)
assert.Equal(t, "memfs://75b382c29b0d8382a09b856f7a0f00300548c9f369574f68cfc9c62fcab2d1dc", loc)

// flip LSB of first byte of address to get an non-existent address
ref.Address[0] = ref.Address[0] ^ 1
Expand Down

0 comments on commit 4dbdf4f

Please sign in to comment.