Skip to content

Commit

Permalink
Fixed subtype instantiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed May 20, 2023
1 parent 7f24a0a commit 0529af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Instantiate.py
Expand Up @@ -434,7 +434,7 @@ def test_Configuration(self):
self.assertEqual("conf_1", configuration.Identifier)

def test_Subtype(self):
subtype = Subtype("bit")
subtype = Subtype("bit", SimpleSubtypeSymbol(SimpleName("bi")))

self.assertIsNotNone(subtype)
self.assertEqual("bit", subtype.Identifier)
Expand Down

0 comments on commit 0529af4

Please sign in to comment.