From a2aa55a4ddb6f1288b0bd44011e1bdc4cc1907ab Mon Sep 17 00:00:00 2001 From: jkoberg Date: Thu, 25 May 2023 10:45:13 +0200 Subject: [PATCH] adjust expected failures Signed-off-by: jkoberg --- tests/acceptance/features/apiSpaces/resharing.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiSpaces/resharing.feature b/tests/acceptance/features/apiSpaces/resharing.feature index 4759e35c54..47dfc10ced 100644 --- a/tests/acceptance/features/apiSpaces/resharing.feature +++ b/tests/acceptance/features/apiSpaces/resharing.feature @@ -85,7 +85,7 @@ Feature: Resharing Examples: | user | code | exists | | Alice | 100 | should not exist | - | Brian | 400 | should exist | + | Brian | 998 | should exist | | Carol | 100 | should not exist |