Skip to content

Commit

Permalink
Test working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
stela2502 committed Mar 6, 2024
1 parent 1847035 commit 88f95ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/quantify_executable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fn test_quantify_rhapsody_multi() {
*/

let mut exp =HashMap::<String, usize>::new();
exp.insert( "na".to_string(), 35535 );
exp.insert( "na".to_string(), 35533 );
exp.insert( "SampleTag01_mm".to_string(), 142 );
exp.insert( "SampleTag02_mm".to_string(), 218 );
exp.insert( "SampleTag03_mm".to_string(), 252 );
Expand Down

0 comments on commit 88f95ea

Please sign in to comment.