mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 08:23:45 +00:00
test(multiplayer): cover compose allocator binding
This commit is contained in:
@@ -36,6 +36,8 @@ class ComposeManifestTest(unittest.TestCase):
|
||||
):
|
||||
self.assertIn(marker, runner)
|
||||
self.assertIn("target: matcher", allocated)
|
||||
self.assertIn("target: allocator", allocated)
|
||||
self.assertIn("agones-provider", allocated)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user