From 02dfdffc4f7e2ef9e4485e67d5990c27f12071f7 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 18 Sep 2019 14:35:13 +0100 Subject: [PATCH] Fix failing test due to newly added assumption Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- test/components/structures/auth/Registration-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/components/structures/auth/Registration-test.js b/test/components/structures/auth/Registration-test.js index 38188b2536..4fed63d370 100644 --- a/test/components/structures/auth/Registration-test.js +++ b/test/components/structures/auth/Registration-test.js @@ -71,7 +71,7 @@ describe('Registration', function() { // Set non-empty flows & matrixClient to get past the loading spinner root.setState({ - flows: [], + flows: [{}], matrixClient: {}, busy: false, });