Skip to content

Commit 373ffbf

Browse files
committed
fix: resolved pr comments
1 parent bed60ce commit 373ffbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

DataStructures.Tests/GlobalUsings.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@
1515
global using System.Linq; // LINQ query operators for collections
1616
global using System.Text; // Text encoding, StringBuilder, etc.
1717
global using NUnit.Framework; // Testing framework providing attributes and assertions for test cases
18-
global using NUnit.Framework.Internal; // Internal NUnit infrastructure (test context, utilities) — generally used for advanced or framework-level test control
1918
global using FluentAssertions; // Assertion library for more readable and expressive unit tests
20-
global using System.Collections; // Non-generic collection types (e.g., ArrayList, Hashtable, IDictionary, ICollection)

0 commit comments

Comments
 (0)