From d4e47fdb640c3ddce285157eee88db899461fa3a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 Jul 2023 20:51:29 +0200 Subject: storage: mark completed runs as such --- test/py/test_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/py') diff --git a/test/py/test_repo.py b/test/py/test_repo.py index f3a10d7..abc7f18 100644 --- a/test/py/test_repo.py +++ b/test/py/test_repo.py @@ -13,7 +13,7 @@ class LoggingEventRunComplete(LoggingEvent): super().__init__(timeout=60) def log_line_matches(self, line): - return 'Received a "run complete" message from worker' in line + return 'Received a "run finished" message from worker' in line def set(self): self.counter += 1 -- cgit v1.2.3