Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed May 29, 2023
1 parent f330a50 commit b337761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generated/proto_ownership/ownership.ts
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ export interface Req {
registerOwnershipFromWegameReq?: RegisterOwnershipFromWeGameReq;
ownershipTokenReq?: OwnershipTokenReq;
registerTemporaryOwnershipReq?: RegisterTemporaryOwnershipReq;
ubiTicket: string;
ubiSessionId: string;
ubiTicket?: string;
ubiSessionId?: string;
}

export interface Rsp {
Expand Down
1 change: 1 addition & 0 deletions test/demux.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ describe('Demux package', () => {
requestId: 0,
initializeReq: {
ownershipToken,
networkId: '',
},
},
});
Expand Down

0 comments on commit b337761

Please sign in to comment.