Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed May 16, 2024
1 parent 5b1e34c commit 17779db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sozo/src/commands/migrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ mod tests {
}

#[test]
fn test_is_incompatible_version_minor_compatible() {
fn test_is_compatible_version_minor_mismatch() {
assert!(!is_compatible_version("0.2.0", "0.7.0").unwrap());
}

Expand Down

0 comments on commit 17779db

Please sign in to comment.