Skip to content

Commit

Permalink
Update ManagerVM test
Browse files Browse the repository at this point in the history
  • Loading branch information
oslaman committed May 13, 2024
1 parent ddba1a6 commit 319b812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/unit/managerviewmodel.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('VMManager', () => {

await VMManager.handleLoadDictionary(filename);

expect(setToastMessageMock).toHaveBeenCalledWith('Dictionary loaded successfully');
expect(setToastMessageMock).toHaveBeenCalledWith('Dictionary selected successfully');
expect(showToastMock).toHaveBeenCalled();
expect(scrollToMock).toHaveBeenCalledWith('top');
expect(handleUpdateEntryMock).toHaveBeenCalled();
Expand Down

0 comments on commit 319b812

Please sign in to comment.