Skip to content

Commit b43e6c8

Browse files
committed
feature/tests: Update test name
1 parent f77d857 commit b43e6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/feature.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mod tests {
6262
}
6363

6464
#[test]
65-
fn test_reference_sequence_name() -> Result<(), noodles::core::position::TryFromIntError> {
65+
fn test_reference_sequence_id() -> Result<(), noodles::core::position::TryFromIntError> {
6666
let feature = build_feature()?;
6767
assert_eq!(feature.reference_sequence_id(), 0);
6868
Ok(())

0 commit comments

Comments
 (0)