Added try catch to the default constructor to show the details of an error if something goes wrong.
This commit is contained in:
@@ -220,7 +220,7 @@ namespace Meade.net.Telescope.UnitTests
|
||||
{
|
||||
ConnectTelescope();
|
||||
|
||||
string parameters = $"Count";
|
||||
string parameters = "Count";
|
||||
var result = _telescope.Action("site", parameters);
|
||||
|
||||
Assert.That(result, Is.EqualTo("4"));
|
||||
|
||||
Reference in New Issue
Block a user