Skip to content

Commit

Permalink
fix: fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Jul 18, 2024
1 parent acf7c60 commit 8bcaf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sozo/ops/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ mod tests {
let result = extract_events(&manifest, &project_dir, &target_dir).unwrap();

// we are just collecting all events from manifest file so just verifying count should work
assert_eq!(result.len(), 17);
assert_eq!(result.len(), 18);
}

#[test]
Expand Down

0 comments on commit 8bcaf36

Please sign in to comment.