Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Jun 7, 2024
1 parent 1c09698 commit 12398d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/rpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ func implementsMarshaler(t *testing.T, typ reflect.Type) {
// setupNodeWithAuthedRPC sets up a node and overrides its JWT
// signer with the given signer.
func setupNodeWithAuthedRPC(t *testing.T,
jwtSigner jwt.Signer, jwtVerifier jwt.Verifier) (*nodebuilder.Node, *mockAPI) {
jwtSigner jwt.Signer, jwtVerifier jwt.Verifier,
) (*nodebuilder.Node, *mockAPI) {
ctx, cancel := context.WithCancel(context.Background())
t.Cleanup(cancel)

Expand Down

0 comments on commit 12398d6

Please sign in to comment.