Răsfoiți Sursa

[misc] help prettier/decaffeinate with scoping a comment into a fn body

Jakob Ackermann 6 ani în urmă
părinte
comite
8ac973e767

+ 1 - 2
services/real-time/test/acceptance/coffee/DrainManagerTests.coffee

@@ -71,8 +71,7 @@ describe "DrainManagerTests", ->
 				], done
 
 			afterEach (done) ->
-				# reset drain
-				drain(0, done)
+				drain(0, done) # reset drain
 
 			it "should not timeout", ->
 				expect(true).to.equal(true)