Skip to content

Commit d68baa1

Browse files
committed
test(examples): align stale __unbound__ expectations with public-default namespace
Signed-off-by: Will Madden <madden@prisma.io>
1 parent 754e60a commit d68baa1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/react-router-demo/test/offline-emit.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('react-router-demo offline emit (e2e)', () => {
8080
expect(reEmittedContract).toMatchObject({
8181
storage: {
8282
namespaces: {
83-
__unbound__: {
83+
public: {
8484
tables: {
8585
user: { columns: { email: expect.anything() } },
8686
},

examples/react-router-demo/test/react-router.smoke.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ describe('react-router-demo smoke (e2e)', () => {
236236
expect(updatedContract).toMatchObject({
237237
storage: {
238238
namespaces: {
239-
__unbound__: {
239+
public: {
240240
tables: {
241241
user: {
242242
columns: { nickname: expect.anything() },

0 commit comments

Comments
 (0)