From 9ac9f303d10eaf05d5a3fd2ce91ab49327807f13 Mon Sep 17 00:00:00 2001 From: Arya Date: Fri, 15 Nov 2024 15:10:15 -0500 Subject: [PATCH] Changes a rust file to try triggering the test in CI. --- zebrad/tests/acceptance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebrad/tests/acceptance.rs b/zebrad/tests/acceptance.rs index b0949cd336d..9d3d4c3fe6b 100644 --- a/zebrad/tests/acceptance.rs +++ b/zebrad/tests/acceptance.rs @@ -1775,7 +1775,7 @@ fn non_blocking_logger() -> Result<()> { /// Make sure `lightwalletd` works with Zebra, when both their states are empty. /// -/// This test only runs when the `ZEBRA_TEST_LIGHTWALLETD` env var is set. +/// This test only runs when the `ZEBRA_TEST_LIGHTWALLETD` environment var is set. /// /// This test doesn't work on Windows, so it is always skipped on that platform. #[test]