Skip to content

Commit

Permalink
Added text assets test to retrieveAll assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeweatherhead committed Jul 25, 2023
1 parent f0d3fa5 commit 5c7bb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/asset_manager/asset_manager.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('AssetManagerService', () => {

const textAssetDTO = new AssetDTO();
textAssetDTO.AssetID = 'test';
textAssetDTO.Format = 'image';
textAssetDTO.Format = 'text';
textAssetDTO.UserID = 1;

const assets = [imgAssetDTO, textAssetDTO];
Expand Down

0 comments on commit 5c7bb48

Please sign in to comment.