Skip to content

Commit

Permalink
Update test_ormpp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacyking authored Nov 22, 2023
1 parent 57990f1 commit 01132fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ormpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const char *username = "root";
const char *db = "test_ormppdb";

struct person {
int id;
std::string name;
int age;
int id;
};
REFLECTION(person, id, name, age)

Expand Down Expand Up @@ -1137,4 +1137,4 @@ TEST_CASE("alias") {
CHECK(vec.front().name == "purecpp");
}
#endif
}
}

0 comments on commit 01132fe

Please sign in to comment.