Skip to content

Commit

Permalink
adjust gencode test to reflect slightly different CDS in gencode for …
Browse files Browse the repository at this point in the history
…DVL1
  • Loading branch information
ssadedin committed Jun 23, 2024
1 parent 0f9b597 commit 440ecbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/gngs/GencodeTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class GencodeTest {

def expected = [TAS1R3:0, DVL1:2103, MIR6808:0]
assert cds.size() == 3
assert cds.DVL1 == 2103
assert cds.DVL1 == 2073
assert cds.TAS1R3 == 0
assert cds.MIR6808 == 0

Expand Down

0 comments on commit 440ecbb

Please sign in to comment.