Skip to content

Commit 69dba47

Browse files
Fixed testcases
1 parent 825fda7 commit 69dba47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/entry/find.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ test('CT Taxonomies Query: Get Entries With Taxonomy Terms Parent and Excluding
16621662
test('Variants in entry', function (t) {
16631663
let Query = Stack.ContentType('source').Query();
16641664
Query
1665-
.Variants('variant_entry_1', 'variant_entry_2')
1665+
.variants('variant_entry_1', 'variant_entry_2')
16661666
.toJSON()
16671667
.find()
16681668
.then(entries => {

0 commit comments

Comments
 (0)