Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: 🌲 Harry 🌊 John 🏔 <[email protected]>
  • Loading branch information
harry671003 committed Aug 8, 2024
1 parent a211347 commit 6b2f00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/query/v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ func TestMetadataEndpoints(t *testing.T) {
errType: baseAPI.ErrorBadData,
method: http.MethodPost,
},
// With limit=2
// With limit
{
endpoint: api.series,
query: url.Values{
Expand All @@ -1391,7 +1391,7 @@ func TestMetadataEndpoints(t *testing.T) {
},
method: http.MethodPost,
},
// Without
// Without limit
{
endpoint: api.series,
query: url.Values{
Expand Down

0 comments on commit 6b2f00f

Please sign in to comment.