Skip to content

Commit a6e4084

Browse files
Update test_audit_line.py
1 parent 495b0c7 commit a6e4084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_audit_line.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import gradio_demo as gd
1+
from gradio_demo import audit
22

33
def test_audit_first_line_only():
4-
first = gd.audit("penguin on ice").splitlines()[0]
4+
first = audit("penguin on ice").splitlines()[0]
55
assert first == "Result: sat"

0 commit comments

Comments
 (0)