summaryrefslogtreecommitdiff
path: root/res/tests/windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'res/tests/windows.cpp')
-rw-r--r--res/tests/windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/tests/windows.cpp b/res/tests/windows.cpp
index 9daab51..20063ad 100644
--- a/res/tests/windows.cpp
+++ b/res/tests/windows.cpp
@@ -4,7 +4,7 @@
TEST_CASE("GResource for main_window")
{
- auto builder = Gtk::Builder::create_from_resource("/turns/windows/main_window.ui");
+ auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/main_window.ui");
SECTION("can create Gtk.Builder for the main window UI definition")
{