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 Aug 31, 2022
1 parent 3f1392d commit db8c844
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 db8c844

Please sign in to comment.