Skip to content

Commit d742be4

Browse files
author
Jake Soenneker
committed
FluentAssertions -> AwesomeAssertions namespace
1 parent fb48be7 commit d742be4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingletonTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Net.Http;
33
using System.Threading;
44
using System.Threading.Tasks;
5-
using FluentAssertions;
5+
using AwesomeAssertions;
66
using Xunit;
77

88
namespace Soenneker.Utils.AsyncSingleton.Tests;

test/Soenneker.Utils.AsyncSingleton.Tests/AsyncSingleton{T}Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Net.Http;
33
using System.Threading;
44
using System.Threading.Tasks;
5-
using FluentAssertions;
5+
using AwesomeAssertions;
66
using Xunit;
77

88
namespace Soenneker.Utils.AsyncSingleton.Tests;

test/Soenneker.Utils.AsyncSingleton.Tests/ObjectInitializationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Net.Http;
22
using System.Threading;
33
using System.Threading.Tasks;
4-
using FluentAssertions;
4+
using AwesomeAssertions;
55
using Xunit;
66

77
namespace Soenneker.Utils.AsyncSingleton.Tests;

0 commit comments

Comments
 (0)