Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKaravaev committed Apr 11, 2024
1 parent c2f123e commit 6c77c3e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@
from unittest import mock

from ciare_world_creator.model_databases.gazebo import GazeboLoader
from ciare_world_creator.model_databases.objaverse import ObjaverseLoader


class TestObjaverseLoader(unittest.TestCase):
def setUp(self):
self.loader = ObjaverseLoader()

def tearDown(self):
self.loader = None

def test_get_models(self):
only_description_models = self.loader.get_models()

self.assertEqual(only_description_models, [])


class TestGazeboLoader(unittest.TestCase):
Expand Down

0 comments on commit 6c77c3e

Please sign in to comment.