Skip to content

Commit 699e640

Browse files
use proper app name
1 parent 770937b commit 699e640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/explain.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ describe('CRUD API explain option', function () {
319319
beforeEach(async function () {
320320
client = this.configuration.newClient(
321321
{},
322-
{ monitorCommands: true, minPoolSize: 5, appName: 'explain-test' }
322+
{ monitorCommands: true, minPoolSize: 5, appName: 'explain-tests' }
323323
);
324324
client.on('commandStarted', filterForCommands('explain', commands));
325325

0 commit comments

Comments
 (0)