mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
instance -> instanceName in tests for 'tedious'.
This commit is contained in:
@@ -11,7 +11,7 @@ var config: tedious.ConnectionConfig = {
|
||||
server: "127.0.0.1",
|
||||
options: {
|
||||
database: "somedb",
|
||||
instance: "someinstance"
|
||||
instanceName: "someinstance",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user