mirror of
https://github.com/bitwarden/server.git
synced 2026-02-02 07:03:11 +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());
|