Skip to content

Commit 2c643a1

Browse files
committed
Fix format
1 parent 0ae7111 commit 2c643a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_CppHeaderParser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4238,7 +4238,9 @@ class ContainerOfArray {
42384238

42394239
def test_rtntype(self):
42404240
self.assertEqual(
4241-
self.cppHeader.classes["ContainerOfArray"]["methods"]["public"][0]["rtnType"],
4241+
self.cppHeader.classes["ContainerOfArray"]["methods"]["public"][0][
4242+
"rtnType"
4243+
],
42424244
"std::unique_ptr<int [ ] >",
42434245
)
42444246

0 commit comments

Comments
 (0)