Skip to content

Commit 6660ab0

Browse files
committed
Fix a minor typo in a test case name
1 parent d0ef276 commit 6660ab0

File tree

1 file changed

+1
-1
lines changed
  • gix-commitgraph/tests/access

1 file changed

+1
-1
lines changed

gix-commitgraph/tests/access/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fn generation_numbers_overflow_is_handled_in_chained_graph() {
7070
}
7171

7272
#[test]
73-
fn octupus_merges() {
73+
fn octopus_merges() {
7474
let (cg, refs) = graph_and_expected(
7575
"octopus_merges.sh",
7676
&[

0 commit comments

Comments
 (0)