chore: simplify test case after query state improvements
This commit is contained in:
parent
52f7eaff31
commit
08ac19086b
1 changed files with 1 additions and 6 deletions
|
|
@ -3605,12 +3605,7 @@ fn test_query_capture_names() {
|
|||
|
||||
assert_eq!(
|
||||
query.capture_names(),
|
||||
&[
|
||||
"left-operand".to_string(),
|
||||
"right-operand".to_string(),
|
||||
"body".to_string(),
|
||||
"loop-condition".to_string(),
|
||||
]
|
||||
["left-operand", "right-operand", "body", "loop-condition"]
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue