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 24, 2022
1 parent 98c85ec commit a0b5be5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ class ElectrophysioAnnotations

$annotationLabels = $db->pselect(
'SELECT * FROM physiological_annotation_label',
['PFID' => $this->_physioFileID]
[]
);

$this->_data = [
Expand Down
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 a0b5be5

Please sign in to comment.