Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 21, 2023
1 parent bc066e1 commit 3cec02c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapper/variant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ mod test {
use super::{Config, Mapper};

#[test]
fn test_issue_131() -> Result<(), Error> {
fn issue_131() -> Result<(), Error> {
let mapper = build_mapper()?;

let var_c = HgvsVariant::from_str("NM_001253909.2:c.416_417insGTG")?;
Expand Down

0 comments on commit 3cec02c

Please sign in to comment.