From a6be4294a375ebde5cdf898c9153c6ac68ceba02 Mon Sep 17 00:00:00 2001 From: Byron Mayne Date: Sat, 30 Mar 2024 10:08:46 -0400 Subject: [PATCH] Update test/LEGO.AsyncAPI.Tests/FluentAssersionExtensions.cs Co-authored-by: Alex Wichmann --- test/LEGO.AsyncAPI.Tests/FluentAssersionExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/LEGO.AsyncAPI.Tests/FluentAssersionExtensions.cs b/test/LEGO.AsyncAPI.Tests/FluentAssersionExtensions.cs index 520b103b..bc508d24 100644 --- a/test/LEGO.AsyncAPI.Tests/FluentAssersionExtensions.cs +++ b/test/LEGO.AsyncAPI.Tests/FluentAssersionExtensions.cs @@ -11,7 +11,7 @@ namespace LEGO.AsyncAPI.Tests /// /// Contains extension methods for working with fluent assertions. /// - internal static class FluentAssersionExtensions + internal static class FluentAssertionExtensions { private static readonly char[] SeperatorChars;