From 70a8362d53649a8a9b3924adbca02ce94654051e Mon Sep 17 00:00:00 2001 From: ydshieh Date: Fri, 7 Jun 2024 11:38:15 +0200 Subject: [PATCH] rerun daily ci --- tests/models/levit/test_modeling_levit.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/models/levit/test_modeling_levit.py b/tests/models/levit/test_modeling_levit.py index 6303e0365fa5a4..48ade637906a1c 100644 --- a/tests/models/levit/test_modeling_levit.py +++ b/tests/models/levit/test_modeling_levit.py @@ -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()