Skip to content

Commit

Permalink
Update src/test/scala/swiss/dasch/domain/AssetOverviewReportRowBuilde…
Browse files Browse the repository at this point in the history
…rSpec.scala

Co-authored-by: Marcin Procyk <[email protected]>
  • Loading branch information
seakayone and mpro7 authored Jan 3, 2025
1 parent a1671e0 commit b9b205c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ object AssetOverviewReportRowBuilderSpec extends ZIOSpecDefault {
assertTrue(
headerAndValue == List(
("Project Shortcode", "0007"),
("Nr Of All Assets Sum", 100),
("Nr Of Still Image Assets", 1),
("Nr Of Moving Image Assets", 2),
("Nr Of Audio Assets", 3),
("Nr Of Other Assets", 4),
("No. Of All Assets Sum", 100),
("No. Of Still Image Assets", 1),
("No. Of Moving Image Assets", 2),
("No. Of Audio Assets", 3),
("No. Of Other Assets", 4),
("Size Of All Assets Sum", 460),
("Size Of Still Image Sum", 30),
("Size Of Still Image Originals", 10),
Expand Down

0 comments on commit b9b205c

Please sign in to comment.