1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-14 01:31:24 +01:00
bitwarden-server/test/Notifications.Test/PlaceholderUnitTest.cs
Oscar Hinton 9720d18a0a
Include all projects in coverage ()
Not all of our server projects had associated test projects which caused them to be omitted from the code coverage. Added projects to ensure the coverage gets reported accurately.
2024-02-20 17:18:40 +01:00

11 lines
163 B
C#

namespace Notifications.Test;
// Delete this file once you have real tests
public class PlaceholderUnitTest
{
[Fact]
public void Test1()
{
}
}