momegas commited on
Commit
33f6ee7
β€’
1 Parent(s): 6126459

😁 Fix tests

Browse files
Files changed (1) hide show
  1. tests/test_ui.py +1 -3
tests/test_ui.py CHANGED
@@ -15,6 +15,4 @@ def test_create_interface():
15
  interface = create_interface(MockBot(), examples=example)
16
 
17
  # check if the interface has the correct properties
18
- assert isinstance(interface, gr.Interface)
19
- assert len(interface.examples) == 2
20
- assert interface.examples == example
 
15
  interface = create_interface(MockBot(), examples=example)
16
 
17
  # check if the interface has the correct properties
18
+ assert isinstance(interface, gr.Blocks)