Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <[email protected]>
  • Loading branch information
vigith committed Sep 7, 2024
1 parent a8042d2 commit 8dcd261
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@ mod tests {
// Check if the contents of the file are as expected
assert!(contents.contains(r#""protocol":"uds""#));
assert!(contents.contains(r#""language":"rust""#));
assert!(contents.contains(r#""version":"0.0.1""#));
assert!(contents.contains(r#""metadata":{"MAP_MODE":"batch-map"}"#));
assert!(contents.contains(r#""minimum_numaflow_version":"1.2.0-rc4""#));

Ok(())
}
Expand Down

0 comments on commit 8dcd261

Please sign in to comment.