Skip to content

Commit c46f970

Browse files
committed
Update FaithTests.cs
1 parent 20d0210 commit c46f970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ImperatorToCK3.UnitTests/CK3/Religions/FaithTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public void FaithAttributesAreSerialized() {
6464
var faithStr = PDXSerializer.Serialize(faith);
6565
faithStr.Should().ContainAll(
6666
"icon = celtic_pagan",
67-
"doctrine=tenet_esotericism",
68-
"doctrine=tenet_human_sacrifice"
67+
"doctrine = tenet_esotericism",
68+
"doctrine = tenet_human_sacrifice"
6969
);
7070
}
7171

0 commit comments

Comments
 (0)