Enhanced some test descriptions
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "../test/models/author.hpp"
|
||||
#include "../test/models/book.hpp"
|
||||
|
||||
TEST_CASE("Generate object from type", "[object][generate]") {
|
||||
TEST_CASE("Object: Generate object from type", "[object][generate]") {
|
||||
using namespace matador;
|
||||
object::repository repo;
|
||||
auto result = repo.attach<test::author>("authors");
|
||||
|
||||
Reference in New Issue
Block a user