DeathGarden_API_Rebirth/test/test_matchmaking.py
2023-07-12 16:30:15 +02:00

6 lines
128 B
Python

from unittest import TestCase
class TestMatchmaking(TestCase):
def test_matchmaking(self):
self.assertEquals(1, 1)