Skip to content

Commit e538c32

Browse files
committed
Fix tests
1 parent b1a42e8 commit e538c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GameFinder.StoreHandlers.Steam.Tests/Services/SteamLocationFinderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public void Test_GetDefaultSteamInstallationPaths_Linux()
130130
SteamLocationFinder
131131
.GetDefaultSteamInstallationPaths(fs)
132132
.ToArray()
133-
.Should().HaveCount(6);
133+
.Should().HaveCount(7);
134134
}
135135

136136
[Fact]

0 commit comments

Comments
 (0)