diff --git a/code/DeltaKustoUnitTest/Delta/DeltaFunctionTest.cs b/code/DeltaKustoUnitTest/Delta/DeltaFunctionTest.cs index 78f9e57..3fd960d 100644 --- a/code/DeltaKustoUnitTest/Delta/DeltaFunctionTest.cs +++ b/code/DeltaKustoUnitTest/Delta/DeltaFunctionTest.cs @@ -121,25 +121,5 @@ public void DetectDuplicates() { } } - - [Fact] - public void DetectIntruder() - { - try - { - var function = ParseOneCommand(".create-or-alter function YourFunction() { 72 }\n\n"); - var commands = new CommandBase[] - { - function, - new DropFunctionCommand(new EntityName("myFunction")) - }; - var database = DatabaseModel.FromCommands(commands); - - throw new InvalidOperationException("This should have failed by now"); - } - catch (DeltaException) - { - } - } } } \ No newline at end of file