Skip to content

Commit 7bd94a9

Browse files
committed
fix things
1 parent 20e59ec commit 7bd94a9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_unittests/ut_export/test_dynamic_shapes.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -765,10 +765,8 @@ def test_dynamic_cache_replace_by_string(self):
765765
self.assertEqual(
766766
{
767767
"cache": [
768-
{0: "Dim0", 1: "Dim1"},
769-
{0: "Dim2", 1: "Dim3"},
770-
{0: "Dim4", 1: "Dim5"},
771-
{0: "Dim6", 1: "Dim7"},
768+
[{0: "Dim0", 1: "Dim1"}, {0: "Dim2", 1: "Dim3"}],
769+
[{0: "Dim4", 1: "Dim5"}, {0: "Dim6", 1: "Dim7"}],
772770
]
773771
},
774772
as_string,

0 commit comments

Comments
 (0)