Skip to content

Commit 452fe41

Browse files
committed
Fix format
1 parent bbed370 commit 452fe41

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
@@ -4243,7 +4243,9 @@ class ContainerOfArray {
42434243

42444244
def test_rtntype(self):
42454245
self.assertEqual(
4246-
self.cppHeader.classes["ContainerOfArray"]["methods"]["public"][0]["rtnType"],
4246+
self.cppHeader.classes["ContainerOfArray"]["methods"]["public"][0][
4247+
"rtnType"
4248+
],
42474249
"std::unique_ptr<int [ ] >",
42484250
)
42494251

0 commit comments

Comments
 (0)