Skip to content

Commit 19327af

Browse files
committed
tests: fix namespace
1 parent 6cc2158 commit 19327af

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Code.Library.Tests/Extensions/NumberExtensionsTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using FluentAssertions;
1+
using Code.Library.Extensions;
2+
using FluentAssertions;
23
using Xunit;
34

45
namespace Code.Library.Tests.Extensions

src/Code.Library.Tests/Extensions/ResultExtensionsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// </summary>
99
// --------------------------------------------------------------------------------------------------------------------
1010

11+
using Code.Library.Extensions;
1112
using FluentAssertions;
1213

1314
namespace Code.Library.Tests.Extensions

0 commit comments

Comments
 (0)