From 7b54c0ddea077d1d35c9a7945b73923dbc3288ec Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 23 Apr 2018 20:43:25 -0700 Subject: edit_group -> editgroup --- tests/test_fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_fixtures.py') diff --git a/tests/test_fixtures.py b/tests/test_fixtures.py index 2ced3bb5..0a0d3176 100644 --- a/tests/test_fixtures.py +++ b/tests/test_fixtures.py @@ -26,4 +26,4 @@ def test_rich_app_fixture(rich_app): # test that editor's active edit group is now invalid editor = Editor.query.first() - assert editor.active_edit_group == None + assert editor.active_editgroup == None -- cgit v1.2.3