diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-25 17:29:15 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-25 17:29:15 +0200 |
commit | 58f472fa0a87d21f28d58244686b332f99d5a52c (patch) | |
tree | ec2c020166ff1032e94a5277fe64711960bbcbbc | |
parent | bf0306261a04b9bc4f72a617e06ac0709bf41be7 (diff) | |
download | kube-58f472fa0a87d21f28d58244686b332f99d5a52c.tar.gz kube-58f472fa0a87d21f28d58244686b332f99d5a52c.zip |
We now create 4 resources
-rw-r--r-- | views/accounts/tests/tst_accountsview.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/accounts/tests/tst_accountsview.qml b/views/accounts/tests/tst_accountsview.qml index c280ea54..c3b919c0 100644 --- a/views/accounts/tests/tst_accountsview.qml +++ b/views/accounts/tests/tst_accountsview.qml | |||
@@ -73,6 +73,6 @@ TestCase { | |||
73 | var accounts = TestStore.loadList("account", {}) | 73 | var accounts = TestStore.loadList("account", {}) |
74 | compare(accounts.length, 1) | 74 | compare(accounts.length, 1) |
75 | var resources = TestStore.loadList("resource", {}) | 75 | var resources = TestStore.loadList("resource", {}) |
76 | compare(resources.length, 3) | 76 | compare(resources.length, 4) |
77 | } | 77 | } |
78 | } | 78 | } |