Skip to content

Commit

Permalink
test(algo/crdgen): update test name
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jnooree committed Oct 22, 2024
1 parent 53898e5 commit ab6f633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algo/crdgen_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

namespace nuri {
namespace {
TEST(Strgen, Playground) {
TEST(Crdgen, CHEMBL2228334) {
Molecule mol = read_smiles({ "CC(=O)OC1CCCC2COC(=O)C21" });
ASSERT_TRUE(MoleculeSanitizer(mol).sanitize_all());

Expand Down

0 comments on commit ab6f633

Please sign in to comment.