Skip to content

Commit 9efd11f

Browse files
committed
tst
1 parent 3a794ff commit 9efd11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestDynamo.Tests/SmokeTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type SmokeTests(output: ITestOutputHelper) =
5151
if not DynamoDbVersion.isLatestVersion then ()
5252
else
5353
let slnRoot = slnRoot
54-
use vFile = System.IO.File.OpenRead($@"{slnRoot.FullName}\tests\testVersion.txt");
54+
use vFile = System.IO.File.OpenRead($@"{slnRoot.FullName}/tests/testVersion.txt");
5555
use vData = new System.IO.StreamReader(vFile);
5656

5757
let target = Version.Parse(Regex.Replace(vData.ReadToEnd(), @"[^\d\.].*", "")) |> normalizeVersion;

0 commit comments

Comments
 (0)