Skip to content

Commit

Permalink
test: Fix data manager's tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-bermonti committed Jun 9, 2024
1 parent f56edec commit 0cb7505
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ void main() {
Get.put(
DSConfig(
userConfig: UserConfig(
stimList: <String>[],
participantID: participantID,
sessionID: '001',
sessionType: SessionType.practice,
restInstructions: Text(''),
minStimSize: 1,
maxStimSize: 1,
countEachSize: 1,
),
),
);
Expand Down

0 comments on commit 0cb7505

Please sign in to comment.