diff options
Diffstat (limited to 'res/tests/windows.cpp')
| -rw-r--r-- | res/tests/windows.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/tests/windows.cpp b/res/tests/windows.cpp index a442824..75e21fb 100644 --- a/res/tests/windows.cpp +++ b/res/tests/windows.cpp @@ -2,9 +2,9 @@ #include <gtkmm/builder.h> -TEST_CASE("GResource for main") +TEST_CASE("GResource for tracker") { - auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/main.ui"); + auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/tracker.ui"); SECTION("can create Gtk.Builder for the main window UI definition") { |
