Skip to content

Commit

Permalink
test: - Fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Dec 13, 2024
1 parent 39800d3 commit 6fdbc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Query/Query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ Problem statement:
const file = getTasksFileFromMockData(query_using_properties);

describe('via placeholders', () => {
it('should query.file.property() via placeholder', () => {
it('should use query.file.property() via placeholder', () => {
// Act
const source = "{{query.file.property('task_instruction')}}";
const query = new Query(source, file);
Expand Down

0 comments on commit 6fdbc77

Please sign in to comment.