From d5c96b86d425a4f9aec248b2c90eed1ea0cfda50 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 19 Sep 2019 10:31:34 +0100 Subject: [PATCH] fix test Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- test/components/structures/auth/Registration-test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/components/structures/auth/Registration-test.js b/test/components/structures/auth/Registration-test.js index 4fed63d370..9c125adacc 100644 --- a/test/components/structures/auth/Registration-test.js +++ b/test/components/structures/auth/Registration-test.js @@ -71,7 +71,9 @@ describe('Registration', function() { // Set non-empty flows & matrixClient to get past the loading spinner root.setState({ - flows: [{}], + flows: [{ + stages: [], + }], matrixClient: {}, busy: false, });