Skip to content

Commit

Permalink
Update test_deeppot_a.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Nov 7, 2024
1 parent 01e7745 commit 3d1fce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/api_c/tests/test_deeppot_a.cc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ TEST_F(TestInferDeepPotA, numb_types_spin) {
}

TEST_F(TestInferDeepPotA, type_map) {
const char* type_map = DP_DeepPotGetTypeMap((dp);
const char* type_map = DP_DeepPotGetTypeMap(dp);
char expected_type_map[] = "O H";
EXPECT_EQ(strcmp(type_map, expected_type_map), 0);
DP_DeleteChar(type_map);
Expand Down

0 comments on commit 3d1fce6

Please sign in to comment.