Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
GiaJordan committed Aug 21, 2024
1 parent e0d6b8b commit 1c5621f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
import pytest

from schematic.configuration.configuration import Configuration
from schematic.schemas.data_model_parser import DataModelParser
from schematic.schemas.data_model_graph import DataModelGraph, DataModelGraphExplorer
from schematic.schemas.data_model_parser import DataModelParser
from schematic.schemas.data_model_relationships import DataModelRelationships

from schematic_api.api import create_app


logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -763,9 +761,9 @@ def test_generate_manifest_file_based_annotations(

# make sure Filename, entityId, and component get filled with correct value
assert google_sheet_df["Filename"].to_list() == [
"TestDataset-Annotations-v3/Sample_A.txt",
"TestDataset-Annotations-v3/Sample_B.txt",
"TestDataset-Annotations-v3/Sample_C.txt",
"schematic - main/TestDataset-Annotations-v3/Sample_A.txt",
"schematic - main/TestDataset-Annotations-v3/Sample_B.txt",
"schematic - main/TestDataset-Annotations-v3/Sample_C.txt",
]
assert google_sheet_df["entityId"].to_list() == [
"syn25614636",
Expand Down

0 comments on commit 1c5621f

Please sign in to comment.