Skip to content

Commit ae0e28a

Browse files
committed
Fix style.
1 parent 55cb31e commit ae0e28a

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests/cpyext

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ def test_noddy3(self):
8989
assert nd.first == b"First", ("%s != First" % nd.first)
9090
assert nd.last == b"Last"
9191

92-
assert nd.number == 42
92+
assert nd.number == 42

0 commit comments

Comments
 (0)