mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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: [{
|
project_ops: [{
|
||||||
remove:
|
remove:
|
||||||
pathname: "main.tex"
|
pathname: "main.tex"
|
||||||
atV: 2
|
atV: 2
|
||||||
}]
|
}]
|
||||||
fromV: 1, toV: 2
|
fromV: 1, toV: 2
|
||||||
}])
|
}])
|
||||||
|
@ -144,7 +144,7 @@ define ['ide/history/HistoryV2Manager'], (HistoryV2Manager) ->
|
||||||
project_ops: [{
|
project_ops: [{
|
||||||
remove:
|
remove:
|
||||||
pathname: "main.tex"
|
pathname: "main.tex"
|
||||||
atV: 1
|
atV: 1
|
||||||
}]
|
}]
|
||||||
fromV: 0, toV: 1
|
fromV: 0, toV: 1
|
||||||
}])
|
}])
|
||||||
|
|
Loading…
Reference in a new issue