Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Dec 3, 2023
1 parent 5a79439 commit b98e9f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def test_multiple_rules(self):
target_module_1.dependencies[0].type_lists, ["BaseClass1"])

target_module_1_submodule_1 = actual_gen_info_1.get_target(
"module_1/submodule_1")
"module_1/submodule_1/__init__")
self.assertEqual(len(target_module_1_submodule_1.data), 3)
self.assertEqual(target_module_1_submodule_1.data[0].type(), "class")
self.assertEqual(
Expand Down

0 comments on commit b98e9f1

Please sign in to comment.