Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Aug 20, 2023
1 parent cdafae1 commit e56b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestAdapt(t *testing.T) {
if err != nil && tc.ok {
t.Errorf("On args %+q: unexpected error: %v", tc.args, err)
} else if err == nil && !tc.ok {
t.Errorf("ON args %+q: unexpected success", tc.args)
t.Errorf("On args %+q: unexpected success", tc.args)
}
})
}
Expand Down

0 comments on commit e56b02c

Please sign in to comment.