Skip to content

Commit

Permalink
Added copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Daquiver1 committed Dec 5, 2023
1 parent 393ed53 commit b6716db
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions projects/jdwp/tests/test_dataclass_generator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.

import unittest
from projects.jdwp.defs.schema import Struct, Field, Array, TaggedUnion
from projects.jdwp.defs.schema import Struct, Field, Array
from projects.jdwp.codegen.dataclass_generator import StructGenerator


Expand Down Expand Up @@ -64,7 +66,3 @@ def test_struct_in_array(self):
" arrayField: typing.List[ArrayStructArrayFieldElement]",
]
self.assertEqual(generator.generate(), expected)


if __name__ == "__main__":
unittest.main()

0 comments on commit b6716db

Please sign in to comment.