Fix multichoice test construction.

This commit is contained in:
John Ralls 2019-11-08 16:31:36 -08:00
parent 12c5b94430
commit 399573a89d

View File

@ -251,7 +251,7 @@ class GncOptionMultichoiceTest : public ::testing::Test
{
protected:
GncOptionMultichoiceTest() :
m_option{"foo", "bar", "baz", "Phony Option",
m_option{"foo", "bar", "baz", "Phony Option", "plugh",
{
{"plugh", "xyzzy", "thud"},
{"waldo", "pepper", "salt"},