[MIGRATION] - Fixing failing migrated tests

This commit is contained in:
VitoAlbano
2024-11-14 23:34:18 +00:00
committed by Vito Albano
parent 76fecf705a
commit 7c6e9ab831
6 changed files with 61 additions and 27 deletions

View File

@@ -103,7 +103,7 @@ describe('Tags', () => {
});
describe('createTags', () => {
it('should return created tags', (done: Mocha.Done) => {
it('should return created tags', (done) => {
tagMock.createTags201Response();
tagsApi.createTags([new TagBody(), new TagBody()]).then((tags) => {
assert.equal(tags.length, 2);