Skip to content

Commit

Permalink
Remove unecessary usings; move usings to global
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Dec 4, 2023
1 parent d786c5f commit faaf0a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Serval.E2ETests/ServalApiTests.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
using System.IO.Compression;
using System.Reflection.PortableExecutable;
using System.Runtime.InteropServices;
using DnsClient.Protocol;

namespace Serval.E2ETests;

[TestFixture]
Expand Down
1 change: 1 addition & 0 deletions tests/Serval.E2ETests/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
global using System.Text.Json;
global using NUnit.Framework;
global using Serval.Client;
global using System.IO.Compression;

0 comments on commit faaf0a3

Please sign in to comment.