createGame method needs a test for when keepSameTeams is passed. I added the test (minus the test part) ``` it("should keep same teams when keepSameTeams is true", async () => {}); ```