diff --git a/duouniversal/client_test.go b/duouniversal/client_test.go index 5187287..456d0f5 100644 --- a/duouniversal/client_test.go +++ b/duouniversal/client_test.go @@ -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()) } }) }