aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test-gtest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-gtest.cpp b/test/test-gtest.cpp
index 1cc97be..fd9fec1 100644
--- a/test/test-gtest.cpp
+++ b/test/test-gtest.cpp
@@ -3,10 +3,10 @@
#include <gtest/gtest.h>
extern "C" {
- #include "launcher-menu-item.h"
+ #include "app-section.h"
}
-TEST(LauncherMenuItem, NameInitialized) {
+TEST(AppSection, NameInitialized) {
g_type_init();
EXPECT_TRUE(true);
}