summaryrefslogtreecommitdiffstats
path: root/tests/tst_applicationstart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst_applicationstart.qml')
-rw-r--r--tests/tst_applicationstart.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst_applicationstart.qml b/tests/tst_applicationstart.qml
index 15809395..b5d7a396 100644
--- a/tests/tst_applicationstart.qml
+++ b/tests/tst_applicationstart.qml
@@ -21,7 +21,7 @@ import QtQuick 2.7
21import QtQuick.Controls 2.0 21import QtQuick.Controls 2.0
22import QtQuick.Window 2.1 22import QtQuick.Window 2.1
23import QtTest 1.0 23import QtTest 1.0
24import org.kube.components.mail 1.0 as KubeMail 24import org.kube.components.kube 1.0 as Kube
25 25
26 26
27TestCase { 27TestCase {
@@ -30,7 +30,7 @@ TestCase {
30 height: 400 30 height: 400
31 name: "ApplicationStart" 31 name: "ApplicationStart"
32 32
33 KubeMail.Mail { 33 Kube.Kube {
34 } 34 }
35 35
36 function test_stuff() { 36 function test_stuff() {