mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove stray test lines
This commit is contained in:
parent
600191b2af
commit
cac39134cd
1 changed files with 0 additions and 2 deletions
|
@ -495,8 +495,6 @@ describe "ProjectController", ->
|
||||||
]
|
]
|
||||||
|
|
||||||
it 'should produce the expected results', ->
|
it 'should produce the expected results', ->
|
||||||
result = @ids.map (i) =>
|
|
||||||
@ProjectController._isInPercentageRollout('abcd', i, 50)
|
|
||||||
expect(
|
expect(
|
||||||
@ids.map (i) =>
|
@ids.map (i) =>
|
||||||
@ProjectController._isInPercentageRollout('abcd', i, 50)
|
@ProjectController._isInPercentageRollout('abcd', i, 50)
|
||||||
|
|
Loading…
Reference in a new issue