Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Aug 13, 2024
1 parent 6c63804 commit 1ded37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ SCENARIO("Serializing and deserializing a DataBox",
std::size_t read_offst = dbh2.deSerialize(db_serial);
REQUIRE(read_offst == write_offst);

AND_THEN("They do not point ot the same memory") {
AND_THEN("They do not point to the same memory") {
// checks DataBox pointer
REQUIRE(dbh2.data() != dbh.data());
// checks accessor agrees
Expand Down

0 comments on commit 1ded37b

Please sign in to comment.