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