Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khareyash05 committed May 4, 2023
1 parent d664483 commit 421a2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/token/manualtoken_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func TestNewManualToken(t *testing.T) {
t.Errorf("expected error %v, but got %v", tc.wantErr, err)
}
if err == nil && tc.wantErr != nil {
t.Errorf("expected %v to be nil", tc.wantErr)
t.Errorf("expected err: %v, got nil", tc.wantErr)
}
})
}
Expand Down

0 comments on commit 421a2c2

Please sign in to comment.