From abd3e86fb13bf99758f8f615fc8c81e0f25e7d74 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 29 Aug 2013 21:06:22 +0800 Subject: [PATCH] :lipstick: --- spec/api/protocol.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/api/protocol.coffee b/spec/api/protocol.coffee index 8d37431523a8..222846f81067 100644 --- a/spec/api/protocol.coffee +++ b/spec/api/protocol.coffee @@ -72,7 +72,7 @@ describe 'protocol API', -> protocol.unregisterProtocol 'atom-file-job' describe 'protocol.isHandledProtocol', -> - it 'returns true if the scheme can be handled', (done) -> + it 'returns true if the scheme can be handled', -> assert.equal protocol.isHandledProtocol('file'), true assert.equal protocol.isHandledProtocol('http'), true assert.equal protocol.isHandledProtocol('https'), true