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