Skip to content

Commit

Permalink
Fix integration test on array
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Apr 5, 2024
1 parent e7a9723 commit 5672008
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -802,16 +802,16 @@ class SearchConfigIndexingSpec extends BaseIntegrationSpec {
field(
"preSynapticPathway",
json"""[
{
"@id": "http://bbp.epfl.ch/neurosciencegraph/ontologies/mtypes/TNJ_NwHgTKe1iv_XLR_0Yg",
"about": "https://bbp.epfl.ch/neurosciencegraph/data/BrainCellType",
"label": "SO_BS"
},
{
"@id": "http://api.brain-map.org/api/v2/data/Structure/453",
"about": "https://bbp.epfl.ch/neurosciencegraph/data/BrainRegion",
"label": "Somatosensory areas",
"notation": "SS"
},
{
"@id": "http://bbp.epfl.ch/neurosciencegraph/ontologies/mtypes/TNJ_NwHgTKe1iv_XLR_0Yg",
"about": "https://bbp.epfl.ch/neurosciencegraph/data/BrainCellType",
"label": "SO_BS"
}
]"""
)
Expand Down

0 comments on commit 5672008

Please sign in to comment.