File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/folio/linked/data/e2e/rdf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package org .folio .linked .data .e2e .rdf ;
22
33import static org .assertj .core .api .Assertions .assertThat ;
4- import static org .folio .ld .dictionary .ResourceTypeDictionary .ID_LCCN ;
4+ import static org .folio .ld .dictionary .ResourceTypeDictionary .ID_LCNAF ;
55import static org .folio .ld .dictionary .ResourceTypeDictionary .INSTANCE ;
66import static org .folio .ld .dictionary .ResourceTypeDictionary .PERSON ;
77import static org .folio .ld .dictionary .ResourceTypeDictionary .TITLE ;
@@ -141,7 +141,7 @@ void rdfImport_shouldFetchAuthorityByLccnFromSrs() throws Exception {
141141 new ResourceTypeAndLabel (TITLE , "Instance Title" ),
142142 new ResourceTypeAndLabel (TITLE , "Work Title" ),
143143 new ResourceTypeAndLabel (PERSON , "Lccn resource fetched from SRS" ),
144- new ResourceTypeAndLabel (ID_LCCN , "n2021004098" )
144+ new ResourceTypeAndLabel (ID_LCNAF , "n2021004098" )
145145 );
146146 assertEvents (expectedEvents );
147147 }
You can’t perform that action at this time.
0 commit comments