Skip to content

Commit 1b931c4

Browse files
authored
MODLD-939: Update test to verify for ID_LCNAF instead of ID_LCCN (#408)
1 parent 24f7c83 commit 1b931c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/folio/linked/data/e2e/rdf/RdfImportIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.folio.linked.data.e2e.rdf;
22

33
import 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;
55
import static org.folio.ld.dictionary.ResourceTypeDictionary.INSTANCE;
66
import static org.folio.ld.dictionary.ResourceTypeDictionary.PERSON;
77
import 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
}

0 commit comments

Comments
 (0)