File tree 2 files changed +2
-4
lines changed
test/OpenApiTests/NamingConventions
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
namespace OpenApiTests . NamingConventions . CamelCase ;
6
6
7
- public sealed class CamelCaseTests
8
- : IClassFixture < OpenApiTestContext < CamelCaseNamingConventionStartup < NamingConventionsDbContext > , NamingConventionsDbContext > >
7
+ public sealed class CamelCaseTests : IClassFixture < OpenApiTestContext < CamelCaseNamingConventionStartup < NamingConventionsDbContext > , NamingConventionsDbContext > >
9
8
{
10
9
private readonly OpenApiTestContext < CamelCaseNamingConventionStartup < NamingConventionsDbContext > , NamingConventionsDbContext > _testContext ;
11
10
Original file line number Diff line number Diff line change 4
4
5
5
namespace OpenApiTests . NamingConventions . KebabCase ;
6
6
7
- public sealed class KebabCaseTests
8
- : IClassFixture < OpenApiTestContext < KebabCaseNamingConventionStartup < NamingConventionsDbContext > , NamingConventionsDbContext > >
7
+ public sealed class KebabCaseTests : IClassFixture < OpenApiTestContext < KebabCaseNamingConventionStartup < NamingConventionsDbContext > , NamingConventionsDbContext > >
9
8
{
10
9
private readonly OpenApiTestContext < KebabCaseNamingConventionStartup < NamingConventionsDbContext > , NamingConventionsDbContext > _testContext ;
11
10
You can’t perform that action at this time.
0 commit comments