mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix tests for beta users
This commit is contained in:
parent
97b129cbe3
commit
836219584c
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@ describe "ClsiManager", ->
|
||||||
imageName: @image
|
imageName: @image
|
||||||
draft: false
|
draft: false
|
||||||
check: undefined
|
check: undefined
|
||||||
syncType: "full"
|
syncType: undefined # "full"
|
||||||
syncState: "01234567890abcdef"
|
syncState: undefined # "01234567890abcdef"
|
||||||
rootResourcePath: "main.tex"
|
rootResourcePath: "main.tex"
|
||||||
resources: [{
|
resources: [{
|
||||||
path: "main.tex"
|
path: "main.tex"
|
||||||
|
|
Loading…
Reference in a new issue