Skip to content

Commit

Permalink
fix: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Glazier committed Nov 6, 2023
1 parent 7577197 commit 8251dd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/ComposeMessageScreen.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ test('cannot select more than one non-provider', async () => {
<GraphQLClientContextProvider baseURL={baseURL}>
<ComposeMessageScreen
navigation={useNavigation() as any}
routeMapIn={routeMap}
route={
{
params: {
Expand Down Expand Up @@ -271,6 +272,7 @@ test('can select more than one provider', async () => {
const { getByTestId, queryAllByTestId } = render(
<GraphQLClientContextProvider baseURL={baseURL}>
<ComposeMessageScreen
routeMapIn={routeMap}
navigation={useNavigation() as any}
route={
{
Expand Down

0 comments on commit 8251dd8

Please sign in to comment.