From 36249c9ce84217505c4ee6e724e6eb92f9c52eb9 Mon Sep 17 00:00:00 2001 From: Eddie Date: Tue, 19 Nov 2024 17:04:55 +0330 Subject: [PATCH] Adding test global using --- Wallet_Tests/GlobalUsings.cs | 3 ++- Wallet_Tests/Wallet_Wallet_Tests.cs | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Wallet_Tests/GlobalUsings.cs b/Wallet_Tests/GlobalUsings.cs index 0a8c90b..c2d34c3 100644 --- a/Wallet_Tests/GlobalUsings.cs +++ b/Wallet_Tests/GlobalUsings.cs @@ -1,2 +1,3 @@ global using FluentAssertions; -global using EWallet.Api.Common.Models; \ No newline at end of file +global using EWallet.Api.Common.Models; +global using EWallet.Api.Common.Exceptions; \ No newline at end of file diff --git a/Wallet_Tests/Wallet_Wallet_Tests.cs b/Wallet_Tests/Wallet_Wallet_Tests.cs index 8bb3708..ca36701 100644 --- a/Wallet_Tests/Wallet_Wallet_Tests.cs +++ b/Wallet_Tests/Wallet_Wallet_Tests.cs @@ -1,5 +1,3 @@ -using EWallet.Api.Common.Exceptions; -using EWallet.Api.Common.Models; namespace Wallet_Tests;