Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 10535a4

Browse files
author
sowerstl
committed
Fixed a Test broken during branding changes.
1 parent cdf64af commit 10535a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/gov/osti/connectors/MetadataYamlTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public void testYamlToMetadata() throws Exception {
149149
assertEquals("ID#2 value wrong", "10.5072/doecode2017/dev-test-repo/2", identifier.getIdentifierValue());
150150
assertEquals("ID#2 relation wrong", RelatedIdentifier.RelationType.Cites, identifier.getRelationType());
151151

152-
assertEquals("Keywords wrong", "software, DOE CODE, hosting repositories", metadata.getKeywords());
152+
assertEquals("Keywords wrong", "software, doecode, DOE CODE, hosting repositories", metadata.getKeywords());
153153
assertEquals("disclaimers wrong", "open source", metadata.getDisclaimers());
154154
assertEquals("recipient name wrong", "Neal Ensor", metadata.getRecipientName());
155155
assertEquals("recipient email wrong", "[email protected]", metadata.getRecipientEmail());

0 commit comments

Comments
 (0)