mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
11 lines
156 B
C#
11 lines
156 B
C#
|
namespace Events.Test;
|
|||
|
|
|||
|
// Delete this file once you have real tests
|
|||
|
public class PlaceholderUnitTest
|
|||
|
{
|
|||
|
[Fact]
|
|||
|
public void Test1()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|