From a9f40660a5f75d7b27d42de5bedd723ecae77d73 Mon Sep 17 00:00:00 2001 From: Andrei Baltariu Date: Wed, 7 Aug 2024 13:18:16 +0300 Subject: [PATCH] Added capital E for go test Signed-off-by: Andrei Baltariu --- tests/escrow_scenario_go_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/escrow_scenario_go_test.rs b/tests/escrow_scenario_go_test.rs index c3d4e2b..6ed965c 100644 --- a/tests/escrow_scenario_go_test.rs +++ b/tests/escrow_scenario_go_test.rs @@ -6,5 +6,5 @@ fn world() -> ScenarioWorld { #[test] fn empty_go() { - world().run("scenarios/escrow.scen.json"); + world().run("scenarios/Escrow.scen.json"); }