Skip to content

Commit 5f475a1

Browse files
committed
more test
1 parent e712f04 commit 5f475a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_behavior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def test_constructors(self):
4848
session_end_time=now,
4949
animal_weight_prior=20.1,
5050
animal_weight_post=19.7,
51-
reward_consumed_total=1020,
5251
behavior_type="Foraging",
5352
stimulus_epochs=[
5453
bs.StimulusEpoch(
@@ -62,6 +61,7 @@ def test_constructors(self):
6261
input_parameters={"reward volume": 0.01},
6362
output_parameters={},
6463
reward_consumed_during_epoch=820,
64+
reward_consumed_total=1020,
6565
trials_total=551,
6666
trials_finished=343,
6767
trials_rewarded=146,

0 commit comments

Comments
 (0)