Skip to content

Commit

Permalink
Change test to match api: now use N for any nucleotide rather then fa…
Browse files Browse the repository at this point in the history
…iling.
  • Loading branch information
laceysanderson committed Mar 26, 2020
1 parent c2e5a0a commit e481522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/allelesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function testGetIUPAC() {

// We should also test one that should not work.
$result = nd_genotypes_get_IUPAC_code('FRED');
$this->assertFalse($result);
$this->assertEquals('N', $result);
}

/**
Expand Down

0 comments on commit e481522

Please sign in to comment.