mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 22:23:18 +08:00
11 lines
165 B
C#
11 lines
165 B
C#
|
|
namespace EventsProcessor.Test;
|
|||
|
|
|
|||
|
|
// Delete this file once you have real tests
|
|||
|
|
public class PlaceholderUnitTest
|
|||
|
|
{
|
|||
|
|
[Fact]
|
|||
|
|
public void Test1()
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|