code cleanup (fixing tests but not sure why)
This commit is contained in:
parent
6000bb3ef2
commit
31a037460a
6 changed files with 8 additions and 5 deletions
|
@ -30,7 +30,7 @@ BOOST_AUTO_TEST_CASE(create_many)
|
|||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(with_article) {
|
||||
Seller seller{};
|
||||
Seller seller{"Max", "Mustermann"};
|
||||
auto article = std::make_unique<Article>();
|
||||
article->setDescription("Test article");
|
||||
seller.addArticle(std::move(article));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue