Skip to content

Commit

Permalink
Update promql_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxin688 authored Oct 26, 2024
1 parent 24fdef4 commit 2debaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestBuild(t *testing.T) {
},
},
},
expected: "metric{label1=value1,label2!=value2}",
expected: `metric{label1="value1",label2!="value2"}`,
err: nil,
},
{
Expand Down

0 comments on commit 2debaeb

Please sign in to comment.