We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ab910 commit 0034894Copy full SHA for 0034894
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