Skip to content

Commit

Permalink
Add only to the test we are interested in
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce committed Aug 18, 2023
1 parent 6986d4c commit 0378dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/datastore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ describe('Datastore', () => {

describe('multi-db support for read and write operations', () => {
const keyHierarchy = ['Post', 'post1'];
it('should run a query with another database', async () => {
it.only('should run a query with another database', async () => {
// First verify that a record gets written to datastore
const postKey = datastore.key(keyHierarchy);
await datastore.save({key: postKey, data: post});
Expand Down

0 comments on commit 0378dea

Please sign in to comment.