Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Aug 22, 2024
1 parent 7fad41b commit 9eee9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions okonomiyaki/runtimes/tests/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from okonomiyaki.platforms import EPDPlatform
from okonomiyaki.versions import RuntimeVersion
from okonomiyaki.utils.testing import known_systems
from okonomiyaki.utils.testing import known_system

from ..runtime import PythonRuntime

Expand All @@ -16,7 +16,7 @@
class TestPythonRuntime(unittest.TestCase):

@unittest.skipIf(
not known_systems,
not known_system,
'This test should be executed only on Enthought supported platforms')
def test_simple_from_running_python(self):
# When
Expand Down

0 comments on commit 9eee9ea

Please sign in to comment.