Skip to content

Commit

Permalink
Update test_item.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Mar 20, 2024
1 parent 146391a commit ca594b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_ps3():
rd.index_all()

assert rd.games
assert 'Test ROM.BIN' in [game.filename for game in rd.games]
assert 'Test ROM' in [game.filename for game in rd.games]
assert rd.games[0].source.endswith('PS3_GAME\\USRDIR\\EBOOT.BIN')
assert len(rd.games) == 3
assert len(rd.stats[RDFlag.INDEXED]) == 2
Expand Down

0 comments on commit ca594b1

Please sign in to comment.