Skip to content

Commit ee1a758

Browse files
gohaberege11sy
andauthored
Update packages/collaboration-manager/src/UndoRedoManager.spec.ts
Co-authored-by: e11sy <130844513+e11sy@users.noreply.github.com>
1 parent 92d5863 commit ee1a758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/collaboration-manager/src/UndoRedoManager.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('UndoRedoManager', () => {
3232
expect(manager.undo()).toBeUndefined();
3333
});
3434

35-
it('should return undefined on undo if there is no operations in stack', () => {
35+
it('should return undefined on redo if there is no operations in stack', () => {
3636
const manager = new UndoRedoManager();
3737

3838
expect(manager.redo()).toBeUndefined();

0 commit comments

Comments
 (0)