Skip to content

Commit

Permalink
BUG: Fix qSlicerExtensionsManagerModelTest
Browse files Browse the repository at this point in the history
Update test based on change introduced in 9c87503 (`"BUG: Fix loading
of modules that depend on another extension", 2024-02-09`)
  • Loading branch information
jcfr authored and lassoan committed Feb 13, 2024
1 parent 55d3feb commit 1b247c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,8 @@ void qSlicerExtensionsManagerModelTester::testExtensionExtensionsSettingsUpdated
<< this->Tmp.filePath("MarkupsToModel/" + lib_dir)
<< this->Tmp.filePath("MarkupsToModel/" + qtloadablemodules_lib_dir))
<< QStringList()
<< QStringList();
<< (QStringList()
<< this->Tmp.filePath("MarkupsToModel/" + qtloadablemodules_lib_dir));
}

#ifdef Slicer_USE_PYTHONQT
Expand Down

0 comments on commit 1b247c2

Please sign in to comment.