mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-30 18:31:39 +00:00
Fix duplicate test name
This commit is contained in:
parent
f99e063a1c
commit
dc927156f9
@ -1279,7 +1279,7 @@ class MPUTests(unittest.TestCase, Common6502Tests):
|
|||||||
|
|
||||||
# STZ Absolute, X-Indexed
|
# STZ Absolute, X-Indexed
|
||||||
|
|
||||||
def test_stz_abs_stores_zero(self):
|
def test_stz_abs_x_stores_zero(self):
|
||||||
mpu = self._make_mpu()
|
mpu = self._make_mpu()
|
||||||
mpu.memory[0xFEED] = 0x88
|
mpu.memory[0xFEED] = 0x88
|
||||||
mpu.x = 0x0D
|
mpu.x = 0x0D
|
||||||
|
Loading…
x
Reference in New Issue
Block a user