Skip to content

Commit 2debaeb

Browse files
authored
Update promql_test.go
1 parent 24fdef4 commit 2debaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

promql_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func TestBuild(t *testing.T) {
3838
},
3939
},
4040
},
41-
expected: "metric{label1=value1,label2!=value2}",
41+
expected: `metric{label1="value1",label2!="value2"}`,
4242
err: nil,
4343
},
4444
{

0 commit comments

Comments
 (0)