Skip to content

Commit

Permalink
Fix hashes for expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Oct 8, 2024
1 parent d72005d commit 711e108
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/echoes/test_full_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ def test_ntsc_paks(prime2_iso_provider, tmp_path, test_files_dir, is_legacy: boo
b'\x8c\xb9\xd1\xe0(\x96\xb4R-\xe0\xf1\x86y\x88T\xa9',
'Metroid4.pak': b'\xce\xc5\x838\x19q\xd0\xf7\xf4\x86hQ\xb3\xf5\xf5p\xf9\xd3}8'
b'\xfemx\xb5x\tQ\xf8\xc6\xdc.\xb6',
'Metroid5.pak': b'\xd0\x9fX\xab\xae\x06\xda\xbfz\xfd\xc5\xc9\xcb+\x0f\x04'
b'\xd7\x9c\xa0\xb7\xd4\xf4\xea\x85\x14\xa4\x08\xe5'
b'\xf6\x9cY\x11',
'Metroid5.pak': b'\xa9n\xb5\xf5\x04U\x13\xc0 \xcf\xcfe\x11\xbd\x04\xad'
b'c\xd2\xc6\x8b\xb4\xc5\xc0\xd0P \xb1f\xf1\xdc\x90T',
'MiscData.pak': b'\x0bM\xedR\xb7+\xaf+#\x06\x87\x88\xe5\xec\xbbxg@i\xbc'
b'\xa3n\xb1\xabi\xfajb\x00\xf3\xd1\xaa',
'SamusGun.pak': b'\xdd\xa99\x0b\x14b\x97&\xee\xdf\nE\xd0GR`c\x85\xf7m;\xdbX^'
Expand All @@ -64,8 +63,8 @@ def test_ntsc_paks(prime2_iso_provider, tmp_path, test_files_dir, is_legacy: boo
b'\xe7\x97z\x0c\xcb\xf6],\xf9\xfa\xee*\x17\xc2\xf6(',
'Metroid4.pak': b'9\xc2\x87\x91\x91%\x82\x0f>\x7f;Q\xacLP\xca-\xb6\xc1\x1b'
b'+\xc7\xecy{\xc0\x12\x19\xa7\x04\x7ft',
'Metroid5.pak': b'g\x91Rx\xb0+\xe2=\x06~\xbb\\\x15\xae3\xaft\xdcG\xc2'
b'+\xea0\xbf\x8a\xaf\xfc/5`0z',
'Metroid5.pak': b'\xaf\xfe\xec3<ofO\xd4\x0ci&\x96>\xf1\xfeh\xbb\x05\x00'
b'\xb5\x0fP\xd7\xa2\xf0\xb9\x81\xa7\xa1\x84\xbe',
'MiscData.pak': b'\x0bM\xedR\xb7+\xaf+#\x06\x87\x88\xe5\xec\xbbxg@i\xbc'
b'\xa3n\xb1\xabi\xfajb\x00\xf3\xd1\xaa',
'SamusGun.pak': b'\xdd\xa99\x0b\x14b\x97&\xee\xdf\nE\xd0GR`c\x85\xf7m;\xdbX^'
Expand Down

0 comments on commit 711e108

Please sign in to comment.