Skip to content

Commit

Permalink
fix: Fix typo in test_enviorment
Browse files Browse the repository at this point in the history
  • Loading branch information
LockedInTheSkage committed Sep 4, 2024
1 parent a46b020 commit 0367ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_enviroment.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from src.enviroment import Enviroment

def test_create_environment():
env = Environment()
def test_create_enviroment():
env = Enviroment()
assert env is not None


Expand Down

0 comments on commit 0367ed2

Please sign in to comment.