Skip to content

Commit

Permalink
Merge pull request #216 from contentstack/fix/vairants-sanity
Browse files Browse the repository at this point in the history
update variant test case
  • Loading branch information
harshithad0703 authored Sep 12, 2024
2 parents 2549815 + fe7c907 commit f11ddac
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 @@ -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

0 comments on commit f11ddac

Please sign in to comment.