Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Oct 21, 2024
1 parent ef43119 commit 945df32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validator/lib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,8 @@ func TestAccess(t *testing.T) {
bs, err := blockstore.NewBlockStore(blockstore.WithBlocks([]block.Block{rt}))
require.NoError(t, err)

dlg := delegation.NewDelegation(rt, bs)
dlg, err := delegation.NewDelegation(rt, bs)
require.NoError(t, err)

inv, err := storeAdd.Invoke(
fixtures.Bob,
Expand Down

0 comments on commit 945df32

Please sign in to comment.