Skip to content

Commit

Permalink
Remove entry number check
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Jul 31, 2024
1 parent 5bf6c22 commit 1f58e29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,7 @@ def test_log_var(self):
""")
self.template(["viztracer", "--log_var", "tree", "-o", "result.json", "cmdline_test.py"],
script=code_ast,
expected_output_file="result.json",
expected_entries=4)
expected_output_file="result.json")

def test_log_attr(self):
self.template(["viztracer", "--log_attr", "a.*", "-o", "result.json", "cmdline_test.py"],
Expand Down

0 comments on commit 1f58e29

Please sign in to comment.