Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Oct 11, 2024
1 parent 0cf9b4d commit bfd91c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/test_vac.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ def check_helmets(image_path):
# The function can be called with the image path
result = check_helmets("/home/user/edQPXGK_workers.png")"""
expected_code = """
Edit
import os
expected_code = """import os
import numpy as np
from vision_agent.tools import *
from typing import *
Expand Down

0 comments on commit bfd91c5

Please sign in to comment.