Skip to content

Commit

Permalink
Integration test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laemtl committed Nov 23, 2022
1 parent 1c67546 commit e246870
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ function setUp(): void
[
'SessionID' => '999999',
'PhysiologicalOutputTypeID' => 22,
'InsertedByUser' => 'Unit Tester',
'FilePath' => '/path/to/test/file',
'FileType' => 'testType'
]
);
Expand All @@ -128,6 +130,8 @@ function setUp(): void
[
'SessionID' => '999997',
'PhysiologicalOutputTypeID' => 23,
'InsertedByUser' => 'Unit Tester',
'FilePath' => '/path/to/test/file2',
'FileType' => 'testType2'
]
);
Expand Down

0 comments on commit e246870

Please sign in to comment.