From dc927156f923e8781fa73e93aa2abc9b7ed64da5 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sat, 25 Jan 2014 20:14:02 -0800 Subject: [PATCH] Fix duplicate test name --- py65/tests/devices/test_mpu65c02.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py65/tests/devices/test_mpu65c02.py b/py65/tests/devices/test_mpu65c02.py index 000e285..cea5b13 100644 --- a/py65/tests/devices/test_mpu65c02.py +++ b/py65/tests/devices/test_mpu65c02.py @@ -1279,7 +1279,7 @@ class MPUTests(unittest.TestCase, Common6502Tests): # STZ Absolute, X-Indexed - def test_stz_abs_stores_zero(self): + def test_stz_abs_x_stores_zero(self): mpu = self._make_mpu() mpu.memory[0xFEED] = 0x88 mpu.x = 0x0D