Skip to content

Commit

Permalink
Fix test_header for #override
Browse files Browse the repository at this point in the history
  • Loading branch information
WingedSeal committed Aug 1, 2023
1 parent 5c0934c commit 90d9d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/integration/test_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_override_minecraft_json(self):
"values": []
}
""").set_header_file("""
#override_minecraft
#override minecraft
""").build()

self.assertDictEqual(
Expand Down Expand Up @@ -152,7 +152,7 @@ def test_override_minecraft_mcfunction(self):
say "custom";
}
""").set_header_file("""
#override_minecraft
#override minecraft
""").build()

self.assertDictEqual(
Expand Down

0 comments on commit 90d9d11

Please sign in to comment.