Skip to content

Commit

Permalink
remove time check
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed May 15, 2024
1 parent f8656e9 commit 258cc2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/models/IDE/VisualStudioCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ def run_simple_analysis(self, configuration_name: str):
time.sleep(10)
terminal_lines = self.copy_terminal_output()
log_map = parse_log_string(terminal_lines[6])

assert is_date_today(log_map["time"])
assert log_map["msg"] == "running source code analysis"

def is_analysis_complete(self, timeout=300):
Expand Down

0 comments on commit 258cc2d

Please sign in to comment.