We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd467e9 commit e15a2b6Copy full SHA for e15a2b6
tests/Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL.Tests/EnrichNpgsqlTests.cs
@@ -2,7 +2,6 @@
2
// The .NET Foundation licenses this file to you under the MIT license.
3
4
using Aspire.Components.Common.Tests;
5
-using Microsoft.DotNet.XUnitExtensions;
6
using Microsoft.EntityFrameworkCore;
7
using Microsoft.EntityFrameworkCore.Infrastructure.Internal;
8
using Microsoft.EntityFrameworkCore.Storage;
@@ -50,7 +49,7 @@ public void ShouldNotThrowIfDbContextIsRegistered()
50
49
51
protected override void SetupConnectionInformationIsDelayValidated()
52
{
53
- throw new SkipTestException("Enrich doesn't use ConnectionString");
+ Assert.Skip("Enrich doesn't use ConnectionString");
54
}
55
56
[Fact]
0 commit comments