diff --git a/tests/briar/gtk/test_define.py b/tests/briar/gtk/test_define.py deleted file mode 100644 index 9be75b70e591b1991b802cac882d2b585c587143..0000000000000000000000000000000000000000 --- a/tests/briar/gtk/test_define.py +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright (c) 2019 Nico Alt -# SPDX-License-Identifier: AGPL-3.0-only -# License-Filename: LICENSE.md - -from gi.repository import Gio - -from briar.gtk.define import App - - -def test_app(): - assert App == Gio.Application.get_default