Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed May 20, 2024
1 parent a0defee commit f95365c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/error_log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async fn can_write_error_log() {
.await
.expect("ghciwatch writes ghcid.txt");
expect![[r#"
All good (4 modules)
All good (3 modules)
"#]]
.assert_eq(&error_contents);
}
Expand Down Expand Up @@ -134,7 +134,7 @@ async fn can_write_error_log_compilation_errors() {
.expect("ghciwatch writes ghcid.txt");

expect![[r#"
All good (5 modules)
All good (4 modules)
"#]]
.assert_eq(&error_contents);
}

0 comments on commit f95365c

Please sign in to comment.