Skip to content

Commit

Permalink
Update expo-build-properties test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta committed Sep 13, 2022
1 parent a5a2b4c commit 3e025e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@ describe(validateConfig, () => {
expect(() =>
validateConfig({ ios: { deploymentTarget: '9.0' } })
).toThrowErrorMatchingInlineSnapshot(
`"\`ios.deploymentTarget\` needs to be at least version 12.0."`
`"\`ios.deploymentTarget\` needs to be at least version 13.0."`
);
});
});

0 comments on commit 3e025e0

Please sign in to comment.