Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Feb 11, 2025
1 parent 593ad63 commit b901755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions +tests/+unit/InstallExtensionTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function testInstallExtensionFailsWithNoInputArgument(testCase)
function testInstallExtension(testCase)
testCase.installExtension("ndx-miniscope");

typesOutputFolder = testCase.getTypesOutputFolder();
extensionTypesFolder = fullfile(typesOutputFolder, "+types", "+ndx_miniscope");
testCase.verifyTrue(isfolder(extensionTypesFolder), ...
'Folder with extension types does not exist')
Expand Down

0 comments on commit b901755

Please sign in to comment.