Skip to content

Commit 5a606b7

Browse files
committed
black
1 parent 24d3deb commit 5a606b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/instructionCompiler_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def test_compile_program(self, quadufo):
280280
assert "prep" in ic.otf
281281

282282
# Check if the bytecode is correct, though this may be out of scope
283-
assert ic.otf["fpgm"].program.getBytecode() == b"\xb0\x00\x2C\x21\x2D"
283+
assert ic.otf["fpgm"].program.getBytecode() == b"\xb0\x00\x2c\x21\x2d"
284284
assert ic.otf["prep"].program.getBytecode() == b"\xb8\x01\xff\x85"
285285

286286
# compileGlyphInstructions
@@ -741,7 +741,7 @@ def test_setupTable_fpgm(self, quadufo):
741741
assert "fpgm" in ic.otf
742742

743743
# Check if the bytecode is correct, though this may be out of scope
744-
assert ic.otf["fpgm"].program.getBytecode() == b"\xb0\x00\x2C\x21\x2D"
744+
assert ic.otf["fpgm"].program.getBytecode() == b"\xb0\x00\x2c\x21\x2d"
745745

746746
# setupTable_gasp
747747

0 commit comments

Comments
 (0)