Skip to content

Commit

Permalink
Message quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
esseswann committed Sep 23, 2023
1 parent d160765 commit 943abc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/metadata/compileTemplate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('compile template', () => {
const templates = await getTemplates(path)
const t = () => compileTemplate(templates, new Set(), 'role.sql')
expect(t).toThrow(
'Recursion detected for role.sql in connection.sql/role.sql'
'Recursion detected for role.sql in role.sql/connection.sql'
)
})
})

0 comments on commit 943abc1

Please sign in to comment.