Skip to content

Commit 485fb0e

Browse files
committed
[fix] import in test_typeadapt
1 parent b9e87fa commit 485fb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_typeadapt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import numpy as np
2020

21-
from oqd_dataschema.base import Dataset, Group
21+
from oqd_dataschema.base import Dataset, GroupBase
2222
from oqd_dataschema.datastore import Datastore
2323
from oqd_dataschema.groups import (
2424
SinaraRawDataGroup,
@@ -27,7 +27,7 @@
2727

2828
# %%
2929
def test_adapt():
30-
class TestNewGroup(Group):
30+
class TestNewGroup(GroupBase):
3131
""" """
3232

3333
array: Dataset

0 commit comments

Comments
 (0)