Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Commit d3d864a

Browse files
committed
fixed test lib version expectation should match setup
1 parent 53643cb commit d3d864a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runner.IntegrationTests/SandboxTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public void ShouldLoadTargetLibAssemblyInSandbox()
147147
// The sample project uses a special version of Gauge Lib, versioned 0.0.0 for testing.
148148
// The actual Gauge CSharp runner uses a different version of Lib
149149
// used by sample project
150-
Assert.AreEqual("0.6.999", sandbox.TargetLibAssemblyVersion);
150+
Assert.AreEqual("0.7.999", sandbox.TargetLibAssemblyVersion);
151151
// used by runner
152152
AssertRunnerDomainDidNotLoadUsersAssembly();
153153
}

0 commit comments

Comments
 (0)