Skip to content

Commit 9db4422

Browse files
author
charlotte
committed
More professional uid names in testing
1 parent 43be846 commit 9db4422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/meili.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ test('reset-start', async () => {
8181

8282
test('create-index-with-uid', async () => {
8383
const index = {
84-
uid: 'abababa',
84+
uid: 'random_uid_1',
8585
}
8686
const indexIndentifier = {
87-
uid: 'bebebebe',
87+
uid: 'random_uid_2',
8888
primaryKey: 'movie_id',
8989
}
9090
const noUid = {

0 commit comments

Comments
 (0)