Skip to content

Commit

Permalink
tests: fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
abhith committed Sep 9, 2020
1 parent 6cc2158 commit 19327af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Code.Library.Tests/Extensions/NumberExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using FluentAssertions;
using Code.Library.Extensions;
using FluentAssertions;
using Xunit;

namespace Code.Library.Tests.Extensions
Expand Down
1 change: 1 addition & 0 deletions src/Code.Library.Tests/Extensions/ResultExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// </summary>
// --------------------------------------------------------------------------------------------------------------------

using Code.Library.Extensions;
using FluentAssertions;

namespace Code.Library.Tests.Extensions
Expand Down

0 comments on commit 19327af

Please sign in to comment.