Skip to content

Commit

Permalink
Updated the test module
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsuvit committed Sep 15, 2020
1 parent b4d1072 commit d69225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { DogsModule } from './dogs/dogs.module';
MongooseModule.forRoot('mongodb://localhost:27017/test'),
TenancyModule.forRoot({
tenantIdentifier: 'X-TENANT-ID',
options: {},
options: () => { },
uri: (tenantId: string) => `mongodb://localhost/test-tenant-${tenantId}`,
}),
CatsModule,
Expand Down

0 comments on commit d69225d

Please sign in to comment.