Skip to content

Commit

Permalink
Fix test title
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Oct 9, 2023
1 parent 6007cc4 commit 06f8cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('env config schema', () => {
expect(() => envConfigSchema.parse(env)).not.toThrow();
});

it('aWS_REGION is set when CONFIG_SOURCE is aws-s3', () => {
it('the AWS_REGION is set when CONFIG_SOURCE is aws-s3', () => {
const env = {
CONFIG_SOURCE: 'aws-s3',
};
Expand Down

0 comments on commit 06f8cf0

Please sign in to comment.