Skip to content

Commit

Permalink
Don't include Paths_ modules in test project (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years authored May 20, 2024
1 parent f82ca3f commit 233b34d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/data/simple/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
spec-version: 0.36.0
verbatim:
cabal-version: 3.0
name: my-simple-package
Expand Down
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);
}
2 changes: 1 addition & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async fn can_run_test_suite_on_reload() {
.await
.expect("ghciwatch writes ghcid.txt");
expect![[r#"
All good (4 modules)
All good (3 modules)
"#]]
.assert_eq(&error_contents);
}

0 comments on commit 233b34d

Please sign in to comment.