diff --git a/types/nano/nano-tests.ts b/types/nano/nano-tests.ts index c65f2407ec..33cfe4534d 100644 --- a/types/nano/nano-tests.ts +++ b/types/nano/nano-tests.ts @@ -15,7 +15,7 @@ const cfgInstance = nano(config); /* * Server Scope */ -const instance: nano.ServerScope = nano( +const instance: nano.ServerScope = nano( "http://localhost:5984/emails" );