Use new array syntax

This commit is contained in:
Tyrrrz
2024-01-11 22:21:53 +02:00
parent 777f92a3f1
commit 182f24846b
7 changed files with 20 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ public class HtmlGroupingSpecs
await new ExportChannelsCommand
{
Token = Secrets.DiscordToken,
ChannelIds = new[] { ChannelIds.GroupingTestCases },
ChannelIds = [ChannelIds.GroupingTestCases],
ExportFormat = ExportFormat.HtmlDark,
OutputPath = file.Path
}.ExecuteAsync(new FakeConsole());