Skip to content

Commit

Permalink
Fixed error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caioquirino committed Dec 31, 2024
1 parent de7d42f commit 2154f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend-function/src/factory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ void describe('AmplifyFunctionFactory', () => {
const template = Template.fromStack(lambda.stack);

template.hasResourceProperties('AWS::Lambda::Function', {
Architecture: Architecture.ARM_64.name,
Architectures: [Architecture.ARM_64.name],
});
});
});
Expand Down

0 comments on commit 2154f03

Please sign in to comment.