Fix undefined error in test

pull/21833/head
Richard van der Hoff 2016-03-29 00:02:48 +01:00
parent 9ae3a96b6a
commit cbcca0bfa1
1 changed files with 1 additions and 1 deletions

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={{}}/>