Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Fix file path in parse_pdqt_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ysyecust committed Feb 29, 2024
1 parent e376aad commit c5cc2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unidock/unittest/ParseTests/parse_pdqt_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

TEST_CASE("parse pdbqt rigid", "[parse_pdbqt_rigid]") {
// Test pdbqt atom number
std::string valid_pdbqt_receptor_path = "../unitest/ParseTests/def.pdbqt";
std::string valid_pdbqt_receptor_path = "../unittest/ParseTests/def.pdbqt";
rigid r;
REQUIRE_NOTHROW(parse_pdbqt_rigid(valid_pdbqt_receptor_path, r));
REQUIRE(r.atoms.size() == 1613);
Expand Down

0 comments on commit c5cc2a2

Please sign in to comment.