1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

remove old serverCaps

This commit is contained in:
David Baker
2019-08-16 15:27:11 +01:00
parent 41a9db3224
commit 3c4c595f79
2 changed files with 1 additions and 2 deletions

View File

@ -72,7 +72,6 @@ describe('Registration', function() {
// Set non-empty flows, capabilities & matrixClient to get past the loading spinner
root.setState({
flows: [],
serverCaps: {},
matrixClient: {},
busy: false,
});