mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix multichoice test construction.
This commit is contained in:
parent
12c5b94430
commit
399573a89d
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user