Skip to content

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vt4a2h committed Jan 14, 2019
1 parent f3f2055 commit 4e7bc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/cases/CommandsCases.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TEST_F(CommandsTester, CreateScopeCommand)
{
QString scopeName = "Foo";

auto cmd = std::make_unique<Commands::CreateScope>(scopeName, *m_FakeAppModel);
auto cmd = std::make_unique<Commands::CreateScope>(scopeName, m_ProjectDb);

cmd->redoImpl();
ASSERT_FALSE(cmd->scopeName().isEmpty());
Expand Down

0 comments on commit 4e7bc36

Please sign in to comment.