Skip to content

Commit

Permalink
Tweak expecting test message quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Jul 19, 2023
1 parent 979b0dc commit 2dd6570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duouniversal/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func TestExchangeCodeFor2FAVerifyJWT(t *testing.T) {
t.Error(nilErrErrorMsg)
}
if err != nil && err.Error() != tc.want {
t.Error("Expected \"" + tc.want + "\" but got " + err.Error())
t.Error("Expected " + tc.want + " but got " + err.Error())
}
})
}
Expand Down

0 comments on commit 2dd6570

Please sign in to comment.