Skip to content

Commit

Permalink
fix: add state to env
Browse files Browse the repository at this point in the history
  • Loading branch information
LockedInTheSkage committed Sep 4, 2024
1 parent fb2a64b commit 1a0aec3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_enviroment.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from src.enviroment import Enviroment

def test_create_enviroment():
env = Enviroment()
env.set_state("initial_state")
env = Enviroment(state="Env")
assert env is not None


Expand Down

0 comments on commit 1a0aec3

Please sign in to comment.