Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b485566

Browse files
authoredFeb 21, 2025··
Update tests/Testcontainers.PostgreSql.Tests/Usings.cs
1 parent 403477c commit b485566

File tree

1 file changed

+1
-1
lines changed
  • tests/Testcontainers.PostgreSql.Tests

1 file changed

+1
-1
lines changed
 

‎tests/Testcontainers.PostgreSql.Tests/Usings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
global using System.Data.Common;
44
global using System.Threading;
55
global using System.Threading.Tasks;
6-
global using Testcontainers.Xunit;
76
global using DotNet.Testcontainers.Commons;
87
global using JetBrains.Annotations;
98
global using Npgsql;
9+
global using Testcontainers.Xunit;
1010
global using Xunit;
1111
global using Xunit.Abstractions;

0 commit comments

Comments
 (0)
Please sign in to comment.