Skip to content

Commit a63299b

Browse files
fix: tests
1 parent 1262405 commit a63299b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/__tests__/mapping-templates.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe('Mapping Templates', () => {
128128
expect(function () {
129129
mapping.compile();
130130
}).toThrowErrorMatchingInlineSnapshot(
131-
`"Mapping tempalte file 'foo.vtl' does not exist"`,
131+
`"Mapping template file 'foo.vtl' does not exist"`,
132132
);
133133
});
134134
});

src/__tests__/resolvers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ describe('Resolvers', () => {
722722
`);
723723
});
724724

725-
it('should generate Pipeline Function Resources with VTL mapping tempaltes', () => {
725+
it('should generate Pipeline Function Resources with VTL mapping templates', () => {
726726
const api = new Api(
727727
given.appSyncConfig({
728728
dataSources: {

0 commit comments

Comments
 (0)