Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from nemecek-filip/feature/fixed-test
Browse files Browse the repository at this point in the history
Fixed my broken test
  • Loading branch information
fedecalendino authored Dec 20, 2023
2 parents e13421d + 668913f commit 6bf9df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_noa/test_game_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_game_info_switch(self):
)

def test_game_info_nintendo_switch_oled_platform(self):
bunny_game = noa.game_info(nsuid="70010000052765")
game = noa.game_info(nsuid="70010000052765")

self.assertIsNotNone(bunny_game)
self.assertIsNotNone(game)
self.assertEqual(game.platform, Platforms.NINTENDO_SWITCH)

0 comments on commit 6bf9df3

Please sign in to comment.