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.
2 parents b11c10a + c0ee45e commit c369e1cCopy full SHA for c369e1c
test/api/taxonomy-test.js
@@ -24,7 +24,7 @@ describe('taxonomy api Test', () => {
24
25
it('Create taxonomy', done => {
26
makeTaxonomy()
27
- .create([{ taxonomy }])
+ .create(taxonomy)
28
.then((taxonomyResponse) => {
29
expect(taxonomyResponse.name).to.be.equal(taxonomy.name)
30
done()
0 commit comments