Skip to content

Commit 27fd4c9

Browse files
committed
Remove unhelpful comment from test_rust.py
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent f47d571 commit 27fd4c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vulnerabilities/tests/test_rust.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def test_import(self, _):
186186

187187
def test_load_toml_from_md(self, _):
188188
md_path = os.path.join(TEST_DATA, "CVE-2019-16760.md")
189-
# print(list(os.walk(self.tempdir)))
190189
loaded_data = get_advisory_data(md_path)
191190
expected_data = {
192191
"advisory": {

0 commit comments

Comments
 (0)