Skip to content

Commit 2f570b9

Browse files
Remove obsolete source type for DynamicData test attr
1 parent 90f4a3a commit 2f570b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Kattbot.Tests/ImageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public async Task Twirl(string inputFilename)
7070
}
7171

7272
[TestMethod]
73-
[DynamicData(nameof(GetTileImageFiles), DynamicDataSourceType.Method)]
73+
[DynamicData(nameof(GetTileImageFiles))]
7474
public async Task FillMaskWithTiledImage(string tileImageFilename)
7575
{
7676
string targetImageFile = Path.Combine("Resources", "dumptruck_v1.png");

0 commit comments

Comments
 (0)