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