Skip to content

Commit

Permalink
fix(lint): fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Jul 31, 2020
1 parent aabfe0a commit cc55940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requestmanager/asyncloader/asyncloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func TestRegisterUnregister(t *testing.T) {
require.EqualError(t, err, "Unknown persistence option")

err = asyncLoader.RegisterPersistenceOption("other", otherSt.loader, otherSt.storer)
require.NoError(t, err)
requestID2 := graphsync.RequestID(rand.Int31())
err = asyncLoader.StartRequest(requestID2, "other")
require.NoError(t, err)
Expand Down

0 comments on commit cc55940

Please sign in to comment.