Now 2 awarded books in test resources
diff --git a/test/test-xml.sh b/test/test-xml.sh
index aee9b40..fa1a2b0 100755
--- a/test/test-xml.sh
+++ b/test/test-xml.sh
@@ -69,7 +69,7 @@
assert_eq "$observed" "1" "static metadata is also used as fallback by ISBN and via symbolic link"
observed=$(xmlstarlet sel --net -t -v "count(/idsCorpus/idsDoc/idsText/idsHeader/fileDesc/sourceDesc/biblStruct/note[@type='award'][@subtype='Buchpreis deutscher_buchpreis'])" target/dnb23.i5.xml)
-assert_eq "$observed" "1" "award is also correctly identified for static metadata epubs"
+assert_eq "$observed" "2" "award is also correctly identified for static metadata epubs"
exit_with_test_summary