File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/Lsp.Tests/Capabilities/Client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public void SimpleTest(string expected)
54
54
WillSaveWaitUntil = true
55
55
}
56
56
} ,
57
- Workspace = new WorkspaceClientCapabilites ( ) {
57
+ Workspace = new WorkspaceClientCapabilities ( ) {
58
58
ApplyEdit = true ,
59
59
WorkspaceEdit = new WorkspaceEditCapability ( ) { DocumentChanges = true } ,
60
60
DidChangeConfiguration = new DidChangeConfigurationCapability ( ) { DynamicRegistration = true } ,
@@ -75,7 +75,7 @@ public void SimpleTest(string expected)
75
75
public void Github_Issue_75 ( string expected )
76
76
{
77
77
Action a = ( ) => JObject . Parse ( expected ) . ToObject ( typeof ( ClientCapabilities ) , new Serializer ( ClientVersion . Lsp3 ) . JsonSerializer ) ;
78
- a . ShouldNotThrow ( ) ;
78
+ a . Should ( ) . NotThrow ( ) ;
79
79
}
80
80
}
81
81
}
You can’t perform that action at this time.
0 commit comments