Skip to content

Commit

Permalink
Test standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy committed Jan 6, 2025
1 parent 74fdf4b commit aa1d53c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Fga.Net.Tests/Unit/ExtensionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ public class ExtensionTests

];

[Theory]
[MemberData(nameof(BadExtensions))]
public void InvalidConfiguration_ThrowsException(ExtensionScenario scenario)

[Fact]
public void InvalidConfiguration_ThrowsException()
{
var collection = new ServiceCollection();

collection.AddOpenFgaClient(config =>
{
config.SetStoreId(Guid.NewGuid().ToString());

scenario.Configuration(config);
config.ConfigureAuth0Fga(x => { });
});
}

Expand Down

0 comments on commit aa1d53c

Please sign in to comment.