Skip to content

Commit

Permalink
fix: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjam-deriv committed Dec 12, 2023
1 parent 2e4440c commit 705b512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('Use Delete App', () => {
expect(result.current.is_loading).toBeTruthy();

await expect(wsServer).toReceiveMessage({
app_register: 1,
name: 'app',
redirect_uri: 'https://example.com',
req_id: 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ describe('Update App Dialog', () => {

await expect(wsServer).toReceiveMessage({
app_markup_percentage: 0,
app_register: 1,
name: 'test app name updated',
redirect_uri: 'https://example.com',
req_id: 1,
Expand Down Expand Up @@ -238,6 +239,7 @@ describe('Update App Dialog', () => {

await expect(wsServer).toReceiveMessage({
app_markup_percentage: 0,
app_register: 1,
name: 'test app wrong name fake',
redirect_uri: 'https://example.com',
req_id: 1,
Expand All @@ -249,6 +251,7 @@ describe('Update App Dialog', () => {
echo_req: {
app_markup_percentage: 0,
name: 'test app wrong name fake',
app_register: 1,
redirect_uri: 'https://example.com',
req_id: 1,
scopes: [],
Expand Down

0 comments on commit 705b512

Please sign in to comment.