feat: update 30 to 31 #1

Closed
doreiton wants to merge 1 commits from draytonTest into main

View File

@ -21,7 +21,7 @@ func TestParseSelectStatement(t *testing.T) {
{ {
Key: "age", Key: "age",
Operator: ">=", Operator: ">=",
Value: "30", Value: "31",
}, },
}, },
}, },