Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/entry/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ test('CT Taxonomies Query: Get Entries With Taxonomy Terms Parent and Excluding
assert.end();
})
})
test('Variants in entry', function (t) {
test('Variants in entry', function (assert) {
let Query = Stack.ContentType('source').Query();
Query
.variants(['variant_entry_1', 'variant_entry_2'])
Expand Down
Loading