feat: update 30 to 31

This commit is contained in:
Drayton-Dobbs 2025-04-02 18:06:59 -05:00
parent a0a6b8822e
commit 0785fd0bd4

View File

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