Skip to content

Commit

Permalink
i messed up the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
suaviloquence committed Oct 1, 2024
1 parent 46404a0 commit 829fdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -918,8 +918,8 @@ mod tests {
.try_push(&OverrideMap::from_iter([(
Identifier::Lint("query1".into()),
QueryOverride {
lint_level: Some(LintLevel::Allow),
required_update: Some(RequiredSemverUpdate::Minor),
lint_level: Some(LintLevel::Warn),
required_update: None,
},
)]))
.expect("conflict");
Expand Down

0 comments on commit 829fdab

Please sign in to comment.