Skip to content

Commit

Permalink
test: meta db name in test suite #35
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Jun 14, 2023
1 parent c24d63a commit 11c74e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async (
) => {
const a = adapter({
client,
meta: new MetaDb({ client, metaDbName: 'foobar' }),
meta: new MetaDb({ client, metaDbName: 'hyper-data-meta' }),
})

/**
Expand Down

0 comments on commit 11c74e6

Please sign in to comment.