diff --git a/Tests/varLib/varStore_test.py b/Tests/varLib/varStore_test.py index c5bc61c6f..13153181b 100644 --- a/Tests/varLib/varStore_test.py +++ b/Tests/varLib/varStore_test.py @@ -138,6 +138,14 @@ def buildAxis(axisTag): 2, 206, ), + ( + 3, + [ + [10, 10, 10], + ], + 0, + 12, + ), ], ) def test_optimize(numRegions, varData, expectedNumVarData, expectedBytes):