Skip to content

Commit 94f5266

Browse files
fix unit test error msg
1 parent de590fa commit 94f5266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14901,7 +14901,7 @@ fn parse_multiple_set_statements() -> Result<(), ParserError> {
1490114901
]
1490214902
);
1490314903
}
14904-
_ => panic!("Expected SetVariable with 2 variables and 2 values"),
14904+
_ => panic!("Expected MultipleAssignments with 4 scoped variables and 4 values"),
1490514905
};
1490614906

1490714907
Ok(())

0 commit comments

Comments
 (0)