Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
fix static issue
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Jul 31, 2022
1 parent 56594d1 commit 5b505cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/provide_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestProvideRoundtrip(t *testing.T) {
},
AdvisoryTTL: time.Hour,
}
rc, err := c.Provide(context.Background(), &req)
_, err = c.Provide(context.Background(), &req)
if err == nil {
t.Fatal("should get sync error on unsigned provide request.")
}
Expand Down

0 comments on commit 5b505cd

Please sign in to comment.