mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:31:47 +00:00
Fix HistoryV2Manager front end tests
This commit is contained in:
parent
d1b68ddf7c
commit
d6605610f5
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ define ['ide/history/HistoryV2Manager'], (HistoryV2Manager) ->
|
|||
project_ops: [{
|
||||
remove:
|
||||
pathname: "main.tex"
|
||||
atV: 2
|
||||
atV: 2
|
||||
}]
|
||||
fromV: 1, toV: 2
|
||||
}])
|
||||
|
@ -144,7 +144,7 @@ define ['ide/history/HistoryV2Manager'], (HistoryV2Manager) ->
|
|||
project_ops: [{
|
||||
remove:
|
||||
pathname: "main.tex"
|
||||
atV: 1
|
||||
atV: 1
|
||||
}]
|
||||
fromV: 0, toV: 1
|
||||
}])
|
||||
|
|
Loading…
Reference in a new issue