Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 24, 2024
1 parent 5231641 commit 9590870
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/seqvars/tests/snapshots/snap_test_views_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"description": "Chromosome and position",
"label": "chrom/pos",
"name": "__chrom_pos__",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -359,7 +359,7 @@
"description": "HGVS description at protein level",
"label": "HGVS(p)",
"name": "payload.variant_annotation.gene.consequences.hgvs_p",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -881,7 +881,7 @@
"description": "Chromosome and position",
"label": "chrom/pos",
"name": "__chrom_pos__",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down Expand Up @@ -923,7 +923,7 @@
"description": "HGVS description at protein level",
"label": "HGVS(p)",
"name": "payload.variant_annotation.gene.consequences.hgvs_p",
"visible": True,
"visible": False,
"width": 100,
},
{
Expand Down

0 comments on commit 9590870

Please sign in to comment.