Skip to content

Commit

Permalink
Update tests/test_language_rust_coverage.py
Browse files Browse the repository at this point in the history
Co-authored-by: Willi Ballenthin <[email protected]>
  • Loading branch information
Arker123 and williballenthin authored Jun 26, 2024
1 parent 770955c commit a354b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_language_rust_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ def test_language_detection_64(binary_file):
out = get_extract_stats(pe, all_ss_strings, rust_strings, n)

# check that the output percentage is greater than 86%
assert float(out) > 86 # increase to 91 after merging PR #899
assert float(out) > 86 # TODO(Arker123): increase to 91 after merging PR #899

0 comments on commit a354b30

Please sign in to comment.