mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-22 02:04:09 -05:00
6 lines
128 B
Python
6 lines
128 B
Python
from unittest import TestCase
|
|
|
|
|
|
class TestMatchmaking(TestCase):
|
|
def test_matchmaking(self):
|
|
self.assertEquals(1, 1) |