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
|
||||
draft: false
|
||||
check: undefined
|
||||
syncType: "full"
|
||||
syncState: "01234567890abcdef"
|
||||
syncType: undefined # "full"
|
||||
syncState: undefined # "01234567890abcdef"
|
||||
rootResourcePath: "main.tex"
|
||||
resources: [{
|
||||
path: "main.tex"
|
||||
|
|
Loading…
Reference in a new issue