From 8bc432f2939a9eed457595d31e150b4e833332c5 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jul 2024 02:00:02 +0200 Subject: tests: fix wrong resource and widget names --- res/tests/windows.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/tests') diff --git a/res/tests/windows.cpp b/res/tests/windows.cpp index 20063ad..a442824 100644 --- a/res/tests/windows.cpp +++ b/res/tests/windows.cpp @@ -2,9 +2,9 @@ #include -TEST_CASE("GResource for main_window") +TEST_CASE("GResource for main") { - auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/main_window.ui"); + auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/main.ui"); SECTION("can create Gtk.Builder for the main window UI definition") { -- cgit v1.2.3