Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Aug 27, 2024
1 parent 70ca3ed commit 923b0d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/Squidex.Assets.Tests/AssetStoreTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ public enum TestCase
FolderLinux
}

public static readonly TheoryData<TestCase> FolderCases =
[
public static readonly TheoryData<TestCase> FolderCases = new TheoryData<TestCase>
{
TestCase.NoFolder,
TestCase.FolderWindows,
TestCase.FolderLinux
];
};

[Theory]
[InlineData("../{file}.png")]
Expand Down

0 comments on commit 923b0d9

Please sign in to comment.