From e1347318d5badad802c1b802f3aa270be7843e26 Mon Sep 17 00:00:00 2001 From: Uladzislau Hubar Date: Tue, 19 Dec 2023 23:08:17 +0100 Subject: [PATCH] Fixed test for ContentAssetStorageV2 --- test/v2/unit/ContentAssetStorageV2.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/v2/unit/ContentAssetStorageV2.test.ts b/test/v2/unit/ContentAssetStorageV2.test.ts index b7fb6035..92ea1b94 100644 --- a/test/v2/unit/ContentAssetStorageV2.test.ts +++ b/test/v2/unit/ContentAssetStorageV2.test.ts @@ -73,7 +73,7 @@ describe('@v2 @unit ContentAssetStorageV2', function () { // Test for successful deployment it('Should deploy successfully with correct initial parameters', async function () { - expect(await ContentAssetStorageV2.name()).to.equal('ContentAssetStorage'); + expect(await ContentAssetStorageV2.name()).to.equal('KnowledgeAssetCollection'); expect(await ContentAssetStorageV2.version()).to.equal('2.0.1'); });