Skip to content

Commit

Permalink
Merge pull request #7 from zorroforever/dev
Browse files Browse the repository at this point in the history
fix:test class
  • Loading branch information
zorroforever authored Jun 12, 2024
2 parents a196d34 + 9da700b commit 774d8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_en.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from output_collector import OutputCollector


class TestLifeZH:
class TestLifeEn:
def test_run_life_with_config(self):
script_dir = os.path.dirname(os.path.abspath(__file__))
life_script_path = os.path.join(script_dir, '..', 'life.py')
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ja.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from output_collector import OutputCollector


class TestLifeZH:
class TestLifeJA:
def test_run_life_with_config(self):
script_dir = os.path.dirname(os.path.abspath(__file__))
life_script_path = os.path.join(script_dir, '..', 'life.py')
Expand Down

0 comments on commit 774d8f2

Please sign in to comment.