Skip to content

Commit

Permalink
keep linter happy
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Fossati <[email protected]>
  • Loading branch information
thomas-fossati committed May 12, 2023
1 parent bad4f00 commit 8b7744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verification/challengeresponse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ func TestChallengeResponseConfig_Run_async_CMWWrap(t *testing.T) {
desc: "test JSON",
wrap: WrapJSON,
ct: testCMWCtJSON,
ev: []byte(testCMWEvJSON),
ev: testCMWEvJSON,
sessionState: synthesizeSession(testCMWCtJSON, testCMWEvJSON),
},
}
Expand Down

0 comments on commit 8b7744c

Please sign in to comment.