1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00
bitwarden/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);
}
}
}