Skip to content

Commit

Permalink
Adding test global using
Browse files Browse the repository at this point in the history
  • Loading branch information
Edrisym committed Nov 19, 2024
1 parent be34e09 commit 36249c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Wallet_Tests/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
global using FluentAssertions;
global using EWallet.Api.Common.Models;
global using EWallet.Api.Common.Models;
global using EWallet.Api.Common.Exceptions;
2 changes: 0 additions & 2 deletions Wallet_Tests/Wallet_Wallet_Tests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using EWallet.Api.Common.Exceptions;
using EWallet.Api.Common.Models;

namespace Wallet_Tests;

Expand Down

0 comments on commit 36249c9

Please sign in to comment.