Skip to content

Commit

Permalink
Update mapper test to check for member names
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwolen committed Jul 10, 2024
1 parent f24c901 commit 054645b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_soma.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,21 @@ def _test_mapper_basic(self, use_batch_mode):
g.end_results_by_name(),
{
"collector": {
"tiledb://unittest/3c0e8956-12d1-463d-87c4-16f644c204c9": [
"stack1": [
3,
5,
],
"tiledb://unittest/53109d02-4145-4860-9c86-349bb5b8c588": [
"stack2": [
3,
6,
4,
],
"tiledb://unittest/c5cdcdcd-2ce4-4c1d-bed5-b90232568977": [
"stack3": [
3,
5,
],
"tiledb://unittest/a0b92925-a0da-41d4-aa55-f9c3e526ff2d": [
"stack4": [
3,
4,
6,
],
}
},
Expand Down

0 comments on commit 054645b

Please sign in to comment.