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 7c3645d commit dd28851Copy full SHA for dd28851
test/sanity-check/api/taxonomy-test.js
@@ -51,7 +51,6 @@ describe('taxonomy api Test', () => {
51
return taxonomyResponse.update()
52
})
53
.then((taxonomyResponse) => {
54
- console.log("🚀 ~ .then ~ taxonomyResponse:", taxonomyResponse)
55
expect(taxonomyResponse.uid).to.be.equal(taxonomyUID)
56
expect(taxonomyResponse.name).to.be.equal('Updated Name')
57
done()
0 commit comments