Skip to content

Commit

Permalink
spelling: in spite
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Apr 27, 2023
1 parent b0803fb commit 6af340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func TestRefreshToken(t *testing.T) {
}

if resp, _ := client.ListRefresh(ctx, &listReq); len(resp.RefreshTokens) != 0 {
t.Fatalf("Refresh token returned inspite of revoking it.")
t.Fatalf("Refresh token returned in spite of revoking it.")
}
}

Expand Down

0 comments on commit 6af340a

Please sign in to comment.