We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48869fc + 6259db8 commit 73c8ce0Copy full SHA for 73c8ce0
1 file changed
test/entry/find.js
@@ -1659,7 +1659,7 @@ test('CT Taxonomies Query: Get Entries With Taxonomy Terms Parent and Excluding
1659
assert.end();
1660
})
1661
1662
-test('Variants in entry', function (t) {
+test('Variants in entry', function (assert) {
1663
let Query = Stack.ContentType('source').Query();
1664
Query
1665
.variants(['variant_entry_1', 'variant_entry_2'])
0 commit comments