Skip to content

Commit

Permalink
fix: revert the key and case
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Jul 25, 2023
1 parent 129d5e9 commit b290d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/tests/client_v2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ describe('test db3.js client module', () => {
indexType: IndexType.StringKey,
}
const { collection } = await createCollection(db, 'col', [index])
for (var i = 0; i < 110000; i++) {
for (var i = 0; i < 1; i++) {
{
await addDoc(collection, {
name: 'book1',
Expand Down
2 changes: 1 addition & 1 deletion tools/keys/evm.secret
Original file line number Diff line number Diff line change
@@ -1 +1 @@
AnsJp18cZJXPQ5sSla3NS6v7P00a9fzzkSvuwUMMQlM=
rAl0vsOaF+NrpKa00jj/lEustHjL7V78rnhNe/Ty/4A=

0 comments on commit b290d08

Please sign in to comment.