Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Feb 16, 2023
1 parent 237c0d5 commit e825e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/flytekit/unit/core/test_type_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,8 @@ def test_structured_dataset_in_dataclass():
@dataclass
class InnerDatasetStruct(object):
a: People
b: typing.List[People]
c: typing.Dict[str, People]
b: typing.List[Annotated[StructuredDataset, "parquet"]]
c: typing.Dict[str, Annotated[StructuredDataset, kwtypes(Name=str, Age=int)]]

@dataclass_json
@dataclass
Expand Down

0 comments on commit e825e38

Please sign in to comment.