Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
fix test event
Browse files Browse the repository at this point in the history
  • Loading branch information
MPIBR-tushevg committed Nov 24, 2017
1 parent eca0622 commit e37129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WidgetFolderBrowserTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function WidgetFolderBrowserTest()
end

%% set listener callback
addlistener(obj, 'event_file', @fcnCallback_testEvent);
addlistener(obj, 'file', 'PostSet', @fcnCallback_testEvent);

end

Expand Down

0 comments on commit e37129e

Please sign in to comment.