Skip to content

Commit

Permalink
Update MenAtArmsTypeTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Aug 16, 2023
1 parent 6f1bf24 commit 7b48ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3.UnitTests/CK3/Armies/MenAtArmsTypeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void MenAtArmsTypeIsCorrectlySerialized() {
Assert.Contains("toughness = 24", serializedType);
Assert.Contains("terrain_bonus = {", serializedType);
Assert.Contains("buy_cost={", serializedType);
Assert.Contains("stack = 100", serializedType);
Assert.Contains("stack=100", serializedType);
Assert.Contains("icon = pikemen", serializedType);
}
}

0 comments on commit 7b48ac9

Please sign in to comment.