Skip to content

Commit

Permalink
Fix in daos handle tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolau-manubens committed May 20, 2024
1 parent 02759a5 commit 823be84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fdb/daos/test_daos_handle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ CASE( "DaosPool" ) {
const fdb5::UUID& pool_uuid = pool.uuid();

char uuid_cstr[37];
uuid_unparse(pool_uuid, uuid_cstr);
uuid_unparse(pool_uuid.internal, uuid_cstr);
std::cout << uuid_cstr << std::endl;

}
Expand Down

0 comments on commit 823be84

Please sign in to comment.