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 0367ed2 commit fb2a64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_enviroment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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


Expand Down

0 comments on commit fb2a64b

Please sign in to comment.