Skip to content

Commit ac64d55

Browse files
committed
distinct test names
1 parent 3988fa7 commit ac64d55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/ParseUser.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ describe('Parse.User testing', () => {
390390
expect(newUser).not.toBeUndefined();
391391
});
392392

393-
it_only_db('mongo')('should reject duplicate authData when masterKey locks user out', async () => {
393+
it_only_db('mongo')('should reject duplicate authData when masterKey locks user out (mongo)', async () => {
394394
const response = await request({
395395
method: 'POST',
396396
url: 'http://localhost:8378/1/classes/_User',
@@ -437,7 +437,7 @@ describe('Parse.User testing', () => {
437437
}
438438
});
439439

440-
it_only_db('postgres')('should reject duplicate authData when masterKey locks user out', async () => {
440+
it_only_db('postgres')('should reject duplicate authData when masterKey locks user out (postgres)', async () => {
441441
await reconfigureServer();
442442
const response = await request({
443443
method: 'POST',

0 commit comments

Comments
 (0)