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'); });