Skip to content

Commit ee31373

Browse files
committed
Small fixes
1 parent 6a2dd94 commit ee31373

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

activity_browser/actions/default_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class DefaultInstall(ABAction):
1010
"""
1111

1212
icon = qicons.import_db
13-
text = "Setup your project with default data"
13+
text = "Set up your project with default data"
1414

1515
@staticmethod
1616
@exception_dialogs

tests/actions/test_various_actions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def test_default_install(ab_app, monkeypatch, qtbot):
4141

4242
with qtbot.waitSignal(thread.finished, timeout=5 * 60 * 1000):
4343
pass
44-
# qtbot.waitUntil(lambda: len(AB_metadata.dataframe) == 4709)
4544

4645
assert "biosphere3" in bd.databases
4746
assert len(Database("biosphere3")) == 4709

0 commit comments

Comments
 (0)