Skip to content

Commit d633441

Browse files
committed
[mix-messy-graph] Fix content title
1 parent 64154c7 commit d633441

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

mix_messy_graph/tests/specs/branches_not_deleted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ initialization:
3737
contents: |
3838
# Features
3939
40-
## Create Book
40+
## Creating Book
4141
4242
Allows creating one book at a time.
4343

mix_messy_graph/tests/specs/features_content_invalid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ initialization:
3131
Allows searching for books by keywords.
3232
Works only for book titles.
3333
34-
## Create Book
34+
## Creating Book
3535
3636
Allows creating one book at a time.
3737

mix_messy_graph/tests/specs/missing_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ initialization:
2222
contents: |
2323
# Features
2424
25-
## Create Book
25+
## Creating Book
2626
2727
Allows creating one book at a time.
2828

mix_messy_graph/tests/specs/non_squash_merge_used.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ initialization:
3232
contents: |
3333
# Features
3434
35-
## Create Book
35+
## Creating Book
3636
3737
Allows creating one book at a time.
3838

mix_messy_graph/tests/specs/non_squash_merge_used_2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ initialization:
3333
contents: |
3434
# Features
3535
36-
## Create Book
36+
## Creating Book
3737
3838
Allows creating one book at a time.
3939

mix_messy_graph/tests/specs/wrong_commit_message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ initialization:
2626
contents: |
2727
# Features
2828
29-
## Create Book
29+
## Creating Book
3030
3131
Allows creating one book at a time.
3232

mix_messy_graph/verify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
EXPECTED_LINES = [
3838
"# Features",
39-
"## Create Book",
39+
"## Creating Book",
4040
"Allows creating one book at a time.",
4141
"## Searching for Books",
4242
"Allows searching for books by keywords.",

0 commit comments

Comments
 (0)