Fix coverage collection in tests

This commit is contained in:
Tyrrrz
2021-07-19 22:28:30 +03:00
parent 9c25bceabf
commit cad6baba48
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ using System.IO;
namespace DiscordChatExporter.Cli.Tests.Infra
{
public static class Secrets
internal static class Secrets
{
private static readonly Lazy<string> DiscordTokenLazy = new(() =>
{