mirror of
https://github.com/bitwarden/server.git
synced 2026-02-05 16:43:14 +08:00
8 lines
201 B
C#
8 lines
201 B
C#
|
|
using Bit.IntegrationTestCommon;
|
|||
|
|
|
|||
|
|
#nullable enable
|
|||
|
|
|
|||
|
|
namespace Bit.Api.IntegrationTest.Factories;
|
|||
|
|
|
|||
|
|
public class SqlServerApiApplicationFactory() : ApiApplicationFactory(new SqlServerTestDatabase());
|