Skip to content

Commit

Permalink
style: fix parse apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
clD11 committed Aug 19, 2024
1 parent bdfe9e3 commit 6713470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/skus/model/model_pvt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestAddURLParam(t *testing.T) {
exp tcExpected
}

// Don't test for invalid inputs due to url.Parses tolerance.
// Don't test for invalid inputs due to url.Parse's tolerance.
tests := []testCase{
{
name: "empty",
Expand Down

0 comments on commit 6713470

Please sign in to comment.