Skip to content

Commit

Permalink
rerun daily ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Jun 7, 2024
1 parent a491e84 commit 70a8362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/models/levit/test_modeling_levit.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ def setUp(self):
self.model_tester = LevitModelTester(self)
self.config_tester = ConfigTester(self, config_class=LevitConfig, has_text_modality=False, hidden_size=37)

def test_foo(self):
assert 1 == 2

def test_config(self):
self.create_and_test_config_common_properties()
self.config_tester.create_and_test_config_to_json_string()
Expand Down

0 comments on commit 70a8362

Please sign in to comment.