Skip to content

Commit 8aea1f8

Browse files
committedJun 1, 2023
Fabric version snapshot test missing
1 parent a581be4 commit 8aea1f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎MinecraftJars.Tests/VersionTests.cs

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public async Task GetVersions_SpecificVersion(string projectName)
6161

6262
[TestCase("Vanilla")]
6363
[TestCase("Bedrock")]
64+
[TestCase("Fabric")]
6465
[TestCase("Pocketmine")]
6566
[TestCase("Spigot")]
6667
[TestCase("Paper")]
@@ -83,6 +84,7 @@ public async Task GetVersions_ContainsSnapshot(string projectName)
8384

8485
[TestCase("Vanilla")]
8586
[TestCase("Bedrock")]
87+
[TestCase("Fabric")]
8688
[TestCase("Pocketmine")]
8789
[TestCase("Spigot")]
8890
[TestCase("Paper")]

0 commit comments

Comments
 (0)
Please sign in to comment.