You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed database context to 'SqlCmdSqlServerExtensionsTest_RunScript_WithErros'.
128
+
Changed database context to 'SqlCmdSqlServerExtensionsTest_RunScript_WithErrors'.
129
129
Msg 102, Level 15, State 1,
130
130
""")
131
131
.And.EndWith("Incorrect syntax near 'ErrorBlabla'.");
132
132
133
133
exception.Which.Message.Should().Be($"Some errors has been occurred when executing the '{temporaryFile.FileName}'.{Environment.NewLine}{Environment.NewLine}-- Output --{Environment.NewLine}{exception.Which.Output}");
0 commit comments