Fix undefined error in test

This commit is contained in:
Richard van der Hoff 2016-03-29 00:02:48 +01:00
parent 9ae3a96b6a
commit cbcca0bfa1

View file

@ -16,7 +16,7 @@ describe('MatrixChat', function () {
});
it('gives a login panel by default', function () {
peg.get().loginFlows.returns(q({}));
peg.get().loginFlows.returns(q({flows:[]}));
var res = TestUtils.renderIntoDocument(
<MatrixChat config={{}}/>