From f95365c8a7de576a96004f29e2f42d050eb81592 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Mon, 20 May 2024 11:43:12 -0700 Subject: [PATCH] Update tests --- tests/error_log.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/error_log.rs b/tests/error_log.rs index 53d7dc92..c1c666ef 100644 --- a/tests/error_log.rs +++ b/tests/error_log.rs @@ -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); } @@ -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); }