From 785c02b82fa8292d291af08411345b268fb76b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Wed, 22 Nov 2023 11:49:18 +0100 Subject: [PATCH] Pass The problem definition needs to be improved to not allow very specific optimization of reading the last event only. Co-authored-by: Szymon Fiedler Co-authored-by: Piotr Jurewicz --- examples/query_based/.mutant.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/query_based/.mutant.yml b/examples/query_based/.mutant.yml index 2dc76ae..4fbb9c2 100644 --- a/examples/query_based/.mutant.yml +++ b/examples/query_based/.mutant.yml @@ -9,3 +9,4 @@ matcher: - ProjectManagement* ignore: - ProjectManagement::Test* + - ProjectManagement::IssueProjection#call \ No newline at end of file