Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed May 9, 2024
1 parent f7e4ba9 commit ce7a9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/IDE/VisualStudioCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run_simple_analysis(self, configuration_name: str):
time.sleep(5)
terminal_lines = self.copy_terminal_output()
log_map = parse_log_string(terminal_lines[6])

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

Expand Down

0 comments on commit ce7a9fd

Please sign in to comment.