Skip to content

Commit 902e639

Browse files
taoyong-ty-zzfacebook-github-bot
authored andcommitted
remove a duplicated test case
Summary: removed a duplidate test. Reviewed By: jrodal98 Differential Revision: D35366555 fbshipit-source-id: fb2bdbe54019f6bee6fb1b5ac16c178313b781f2
1 parent ee48745 commit 902e639

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fbpcs/pc_pre_validation/tests/binary_path_test.py

-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ def test_local_package_path(self) -> None:
5050
"binary_info": BinaryInfo("pcf2_aggregation", "pcf2_aggregation"),
5151
"expected": f"{TEST_EXEC_FOLDER}pcf2_aggregation",
5252
},
53-
{
54-
"binary_info": BinaryInfo("data_processing/attribution_id_combiner"),
55-
"expected": f"{TEST_EXEC_FOLDER}attribution_id_combiner",
56-
},
5753
]
5854

5955
for case in test_cases:

0 commit comments

Comments
 (0)