Skip to content

Commit

Permalink
✅ fix variant details tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bunop committed Jun 20, 2024
1 parent 4daf9e4 commit 823499e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const variant: Variant = {
{
"chrom": "15",
"date": {
"$date": "2009-01-07T00:00:00Z"
"$date": new Date("2009-01-07T00:00:00Z")
},
"illumina": "A/G",
"illumina_strand": "TOP",
Expand All @@ -47,7 +47,7 @@ const variant: Variant = {
{
"chrom": "15",
"date": {
"$date": "2017-03-13T00:00:00Z"
"$date": new Date("2017-03-13T00:00:00Z")
},
"illumina": "A/G",
"illumina_strand": "TOP",
Expand Down

0 comments on commit 823499e

Please sign in to comment.