Skip to content

Commit 5f56643

Browse files
committed
Update CommandDiscoveryTests.cs
1 parent f4cf648 commit 5f56643

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/SecureFolderFS.Tests/CliTests/CommandDiscoveryTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
using System.Reflection;
12
using CliFx;
2-
using CliFx.Attributes;
3+
using CliFx.Binding;
34
using FluentAssertions;
45
using NUnit.Framework;
56
using SecureFolderFS.Cli.Commands;
6-
using System.Reflection;
77

88
namespace SecureFolderFS.Tests.CliTests;
99

0 commit comments

Comments
 (0)