Remove stray test lines

This commit is contained in:
Shane Kilkelly 2017-11-10 16:20:59 +00:00
parent 600191b2af
commit cac39134cd

View file

@ -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)