Skip to content

Commit

Permalink
Fixed testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
sunil-lakshman committed Sep 6, 2024
1 parent 825fda7 commit 69dba47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/entry/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ test('CT Taxonomies Query: Get Entries With Taxonomy Terms Parent and Excluding
test('Variants in entry', function (t) {
let Query = Stack.ContentType('source').Query();
Query
.Variants('variant_entry_1', 'variant_entry_2')
.variants('variant_entry_1', 'variant_entry_2')
.toJSON()
.find()
.then(entries => {
Expand Down

0 comments on commit 69dba47

Please sign in to comment.