mirror of
https://github.com/bitwarden/server.git
synced 2025-01-06 19:28:08 +01:00
15 lines
192 B
C#
15 lines
192 B
C#
|
using System;
|
|||
|
using Xunit;
|
|||
|
|
|||
|
namespace Bit.Core.Test
|
|||
|
{
|
|||
|
public class UnitTest1
|
|||
|
{
|
|||
|
[Fact]
|
|||
|
public void Test1()
|
|||
|
{
|
|||
|
Assert.True(true);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|