Skip to content

Commit e712f04

Browse files
committed
test fix
1 parent 5980f6a commit e712f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_behavior.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def test_constructors(self):
5555
stimulus=BehaviorStimulation(
5656
behavior_name="Foraging",
5757
behavior_software=["Bonsai"],
58-
session_number=[3],
59-
behavior_software_version="0.1",
58+
session_number=3,
59+
behavior_software_version=["0.1"],
6060
behavior_script="URL_to_code",
6161
behavior_script_version="0.1",
6262
input_parameters={"reward volume": 0.01},

0 commit comments

Comments
 (0)