Skip to content

Commit

Permalink
Fixed test for ContentAssetStorageV2
Browse files Browse the repository at this point in the history
  • Loading branch information
u-hubar committed Dec 19, 2023
1 parent 5a9ad7b commit e134731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/v2/unit/ContentAssetStorageV2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});

Expand Down

0 comments on commit e134731

Please sign in to comment.