Skip to content

Commit

Permalink
Fix tiny clippy warning
Browse files Browse the repository at this point in the history
Signed-off-by: Zahari Petkov <[email protected]>
  • Loading branch information
majorz committed Nov 22, 2023
1 parent 6162eb7 commit 6e992f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ mod tests {
&mut config,
);

assert_eq!(has_config_json_migrations, true);
assert!(has_config_json_migrations);
assert_eq!(config.get("deadbeef").unwrap(), 2);
assert_eq!(config.get("deadca1f").unwrap(), "3");
assert_eq!(config.get("deadca2f").unwrap(), false);
Expand Down

0 comments on commit 6e992f3

Please sign in to comment.