Skip to content

Commit

Permalink
Normalize test method names
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 4, 2023
1 parent 1f38b10 commit 0ed6450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons-rdf-examples/src/example/UserGuideTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void testLiteral() throws Exception {
}

@Test
public void triple() throws Exception {
public void testTriple() throws Exception {
BlankNodeOrIRI subject = factory.createBlankNode();
IRI predicate = factory.createIRI("http://example.com/says");
RDFTerm object = factory.createLiteral("Hello");
Expand Down

0 comments on commit 0ed6450

Please sign in to comment.