Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarMichalkiewicz committed Oct 19, 2023
1 parent d4f4a34 commit ccc1399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/settings/components/about/about.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ test("Opens update modal properly when app update is not available", async () =>
appLatestVersion: "0.20.2",
appCurrentVersion: "0.20.2",
appUpdateNotAvailableShow: true,
appUpdateAvailable: false,
})

const button = getByTestId(AboutTestIds.UpdateButton)
Expand Down

0 comments on commit ccc1399

Please sign in to comment.