Skip to content

Commit f23f1cd

Browse files
committed
fix tests
1 parent 4e57db9 commit f23f1cd

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

features/git.feature

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ Feature: git
2727
{
2828
"name": "maestrodev-test",
2929
"version": "1.0.2",
30-
"dependencies": [
31-
32-
]
30+
"dependencies": []
3331
}
3432
"""
3533
When I run `git tag`
@@ -67,9 +65,7 @@ Feature: git
6765
{
6866
"name": "maestrodev-test",
6967
"version": "1.0.2",
70-
"dependencies": [
71-
72-
]
68+
"dependencies": []
7369
}
7470
"""
7571
When I run `git tag`
@@ -108,9 +104,7 @@ Feature: git
108104
{
109105
"name": "maestrodev-test",
110106
"version": "1.0.2",
111-
"dependencies": [
112-
113-
]
107+
"dependencies": []
114108
}
115109
"""
116110
When I run `git tag`

0 commit comments

Comments
 (0)