fix: default action should fetch new media (#1767)

This commit is contained in:
Dermot Duffy
2024-12-15 21:42:12 -08:00
committed by GitHub
parent 092c050a17
commit e2b6d38fc2
3 changed files with 3 additions and 3 deletions
@@ -14,5 +14,5 @@ it('should handle default action', async () => {
await action.execute(api);
expect(api.getViewManager().setViewDefault).toBeCalled();
expect(api.getViewManager().setViewDefaultWithNewQuery).toBeCalled();
});