Fix connection test failure
This commit is contained in:
parent
f0ca9ee60b
commit
dbe4ccbbd5
|
@ -14,7 +14,7 @@ describe "Connection", ->
|
|||
connection.name.should.be.equal 'connective'
|
||||
|
||||
it "should have an adaptor", ->
|
||||
connection.adaptor.name.should.be.equal 'loopback'
|
||||
connection.adaptor.name.should.be.equal 'Loopback'
|
||||
|
||||
it "should be able to require an external adaptor module"
|
||||
it "should be able to connect"
|
||||
|
|
Loading…
Reference in New Issue