Skip to content

Commit 26234f8

Browse files
Add partial class program for integration testing
1 parent feb3262 commit 26234f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UserManagementApi/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,4 @@ await app.MigrateAndSeedWithSqlLockAsync<AppDbContext>(
152152

153153

154154
app.Run();
155+
public partial class Program { } // make Program discoverable for tests

0 commit comments

Comments
 (0)