Skip to content

Commit

Permalink
Update tests/Testcontainers.PostgreSql.Tests/Usings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn authored Feb 21, 2025
1 parent 403477c commit b485566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Testcontainers.PostgreSql.Tests/Usings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
global using System.Data.Common;
global using System.Threading;
global using System.Threading.Tasks;
global using Testcontainers.Xunit;
global using DotNet.Testcontainers.Commons;
global using JetBrains.Annotations;
global using Npgsql;
global using Testcontainers.Xunit;
global using Xunit;
global using Xunit.Abstractions;

0 comments on commit b485566

Please sign in to comment.