Skip to content

Commit

Permalink
fix: lib test
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hmrman committed Jun 26, 2024
1 parent d907126 commit c6429eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ mod tests {
}

test! {
name: match,
name: _match,
text: "a := match b == c { true => d, false => e }",
tree: (justfile (assignment a (match a == b true d false e))),
}
Expand Down

0 comments on commit c6429eb

Please sign in to comment.