Skip to content

Commit b092be8

Browse files
committed
ruff
1 parent 81744f8 commit b092be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def test_disassemble_data(self):
369369
assert bss.spim_section.get_section().bssVramEnd == 0x300
370370

371371

372-
class O(unittest.TestCase):
372+
class Object(unittest.TestCase):
373373
def test_o_text(self):
374374
# Segment __init__ requires opts to be initialized
375375
test_init()

0 commit comments

Comments
 (0)