Skip to content

Commit a620f09

Browse files
committed
test: fixed e2e tests
1 parent ed30f4f commit a620f09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e/__stubs__/cat.entity.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Entity } from '../../src/couchbase';
2-
import { config } from './config';
32

4-
@Entity(config.bucket)
3+
@Entity()
54
export class Cat {
65
name: string;
76
}

0 commit comments

Comments
 (0)