Skip to content

Commit 23f773f

Browse files
committed
Adjust pipeline count assert after removing ErrorHandlingHandler
1 parent e60328e commit 23f773f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Refit.Composite.Tests/PipelineBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void BuildPipeline_WithDefaultAttributes_ShouldIncludeGlobalHandlers()
6666
var result = RefitCompositeExtensions.BuildPipelineForProperty(property, _stubGlobalHandlers);
6767

6868
// Assert
69-
Assert.Equal(3, result.Count);
69+
Assert.Equal(2, result.Count);
7070
Assert.Contains(typeof(ShortLoggingHandler), result);
7171
Assert.Contains(typeof(HandlerA), result);
7272
}

0 commit comments

Comments
 (0)