8000
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 3c62707 commit 493886eCopy full SHA for 493886e
src/test/suites/TestBasicAuth.cs renamed to src/test/suites/Auth/TestBasicAuth.cs
@@ -1,4 +1,4 @@
1
-namespace ExampleWebApp.Backend.Test.Basic;
+namespace ExampleWebApp.Backend.Test.Auth;
2
3
public class TestBasicAuth
4
: IClassFixture<WebApplicationFactory<Program>>
src/test/suites/TestJwt.cs renamed to src/test/suites/Auth/TestJwt.cs
@@ -1,6 +1,6 @@
using ExampleWebApp.Backend.WebApi.Services.Abstractions.Auth;
5
public class TestJwt
6
src/test/suites/TestRoles.cs renamed to src/test/suites/Auth/TestRoles.cs
public class TestRoles
0 commit comments