rename Assertion.expected to expected_capture_name
This commit is contained in:
parent
521297fdfe
commit
50bccdf5da
2 changed files with 7 additions and 5 deletions
|
|
@ -100,7 +100,7 @@ pub fn test_highlight(
|
|||
let mut actual_highlights = Vec::<&String>::new();
|
||||
for Assertion {
|
||||
position,
|
||||
expected: expected_highlight,
|
||||
expected_capture_name: expected_highlight,
|
||||
} in &assertions
|
||||
{
|
||||
let mut passed = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue