Skip to content

Commit 47a43de

Browse files
committed
Fixing test text
1 parent 94876b2 commit 47a43de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/ScriptCs.Tests.Acceptance/ScriptLibraries.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void UsingAMethodInAScriptLibrary(ScenarioDirectory directory, str
3030
"When executing the script"
3131
.f(() => output = ScriptCsExe.Run("foo.csx", false, Enumerable.Empty<string>(), args, directory));
3232

33-
"Then I see 7"
33+
"Then I see 42"
3434
.f(() => output.ShouldContain("42"));
3535

3636
"Then I see INFO outputted from the required Logger script pack"
@@ -97,7 +97,7 @@ public static void UsingALoadedMethodInAScriptLibrary(ScenarioDirectory director
9797
"When executing the script"
9898
.f(() => output = ScriptCsExe.Run("foo.csx", directory));
9999

100-
"Then I see 10"
100+
"Then I see 42"
101101
.f(() => output.ShouldContain("42"));
102102
}
103103
}

0 commit comments

Comments
 (0)