Skip to content

Commit

Permalink
fix: 🐛 taxonomy bug fix in query unit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithad0703 committed Oct 9, 2023
1 parent 35ae017 commit e383a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/taxonomy-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Contentstack Taxonomy test', () => {
it('Taxonomies query test', done => {
var mock = new MockAdapter(Axios)
mock.onGet('/taxonomies').reply(200, {
taxonomy: [
taxonomies: [
taxonomyMock
]
})
Expand Down

0 comments on commit e383a94

Please sign in to comment.