diff --git a/promql/lex_test.go b/promql/lex_test.go index 57d1238e99..9ff8e44201 100644 --- a/promql/lex_test.go +++ b/promql/lex_test.go @@ -101,8 +101,8 @@ var tests = []struct { }, // Test strings. { - input: "\"test\\tsecuence\"", - expected: []item{{itemString, 0, `"test\tsecuence"`}}, + input: "\"test\\tsequence\"", + expected: []item{{itemString, 0, `"test\tsequence"`}}, }, { input: "\"test\\\\.expression\"",