Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Apr 5, 2017
1 parent 9db764a commit 8d67d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_formula_core.cpp
Expand Up @@ -49,7 +49,7 @@ class mock_party : public formula_callable {

return variant(members);
} else if(key == "char") {
return variant(&c_);
return variant(c_.fake_ptr());
} else {
return variant(0);
}
Expand Down

0 comments on commit 8d67d4f

Please sign in to comment.