From 92fc67cfa135526cef75311c3ee1a14e248c3060 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 15 Feb 2022 13:18:59 +0100 Subject: change store names and data keys to singular --- test/unit/test_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_install.py') diff --git a/test/unit/test_install.py b/test/unit/test_install.py index 303d31a..cef2aa6 100644 --- a/test/unit/test_install.py +++ b/test/unit/test_install.py @@ -150,7 +150,7 @@ def test_install_normal_usage(driver, execute_in_page, complex_variant): assert set([it['identifier'] for it in db_contents[item_type]]) == ids assert all([len(db_contents[store]) == files_count - for store in ('files', 'file_uses')]) + for store in ('file', 'file_uses')]) # Update the installed mapping to a newer version. execute_in_page('returnval(install_view.show(...arguments));', -- cgit v1.2.3