From acd55a006b1db69639c29f4206fe109d0c829fae Mon Sep 17 00:00:00 2001 From: Russell Standish Date: Wed, 17 Jan 2024 17:14:58 +1100 Subject: [PATCH] Fix unit test --- test/testModel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testModel.cc b/test/testModel.cc index 1d8591422..7dd3aaffb 100644 --- a/test/testModel.cc +++ b/test/testModel.cc @@ -1030,7 +1030,7 @@ SUITE(GodleyIcon) table.resize(3,2); table.cell(2,1)="flow1"; table.cell(0,1)="stock1"; - variableDisplay=true; + toggleVariableDisplay(); update(); // TODO - shouldn't be needed, but there is some font problem causing bottomMargin to be calculated incorrectly