1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-04 19:07:50 +01:00
bitwarden-server/test/Core/UnitTest1.cs
2019-01-07 17:14:42 -05:00

15 lines
192 B
C#

using System;
using Xunit;
namespace Bit.Core.Test
{
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}
}