mirror of
https://github.com/bitwarden/server.git
synced 2025-06-02 01:00:33 -05: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());
|