mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
update filebrowser expand contract and methods (#500)
This commit is contained in:
@@ -288,9 +288,8 @@ CREATE CERTIFICATE {1} WITH SUBJECT = 'Backup Encryption Certificate'; ";
|
||||
// Verify result
|
||||
serviceHostMock.Verify(x => x.SendEvent(FileBrowserExpandedNotification.Type,
|
||||
It.Is<FileBrowserExpandedParams>(p => p.Succeeded == true
|
||||
&& p.ExpandedNode != null
|
||||
&& p.ExpandedNode.Children != null
|
||||
&& p.ExpandedNode.Children.Count > 0)),
|
||||
&& p.Children != null
|
||||
&& p.Children.Length > 0)),
|
||||
Times.Once());
|
||||
|
||||
var validateParams = new FileBrowserValidateParams
|
||||
|
||||
Reference in New Issue
Block a user