Skip to content

Commit 0378dea

Browse files
committed
Add only to the test we are interested in
1 parent 6986d4c commit 0378dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/datastore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ describe('Datastore', () => {
316316

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

0 commit comments

Comments
 (0)