Skip to content

Commit

Permalink
fix accidental removal of end brace in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran Welsh committed Apr 28, 2021
1 parent 0227526 commit 695e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/omexmeta/RDFTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ TEST_F(RDFTests, TestSerializeCellMlAnnotationNoTrailingHashes) {
" bqbiol:hasTaxon <https://identifiers.org/taxonomy:9895> ;\n"
" dc:creator <https://orcid.org/0000-0003-4667-9779> .";
ASSERT_TRUE(RDF::equals(&rdf, expected));

}

TEST_F(RDFTests, TestBagConversion) {
std::string input = "<rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n"
Expand Down

0 comments on commit 695e74f

Please sign in to comment.