From 8b6cbb7dc03aad533bf5d38b82d3402f60929c9e Mon Sep 17 00:00:00 2001 From: Saw-jan Date: Mon, 24 Jun 2024 18:42:04 +0545 Subject: [PATCH] test: refactor --- tests/acceptance/features/bootstrap/SharingNgContext.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/acceptance/features/bootstrap/SharingNgContext.php b/tests/acceptance/features/bootstrap/SharingNgContext.php index dbb79900d..35ca8439d 100644 --- a/tests/acceptance/features/bootstrap/SharingNgContext.php +++ b/tests/acceptance/features/bootstrap/SharingNgContext.php @@ -1265,6 +1265,7 @@ class SharingNgContext implements Context { break; } } + Assert::assertIsBool($syncStatus, "'@client.synchronize' must be a boolean value"); return $syncStatus; }