test(cli): add placeholder migration command handler test
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
using System.Threading.Tasks;
|
||||||
|
using StellaOps.Cli.Services;
|
||||||
|
using Xunit;
|
||||||
|
|
||||||
|
namespace StellaOps.Cli.Tests.Commands;
|
||||||
|
|
||||||
|
public class MigrationCommandHandlersTests
|
||||||
|
{
|
||||||
|
[Fact]
|
||||||
|
public void Registry_Has_All_Modules()
|
||||||
|
{
|
||||||
|
Assert.Equal(6, MigrationModuleRegistry.Modules.Count);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user