Forgot to change expected result after changing labels functionality.
This commit is contained in:
Darren Wee 2018-01-31 00:40:32 +08:00
Родитель 4c23d43cd8
Коммит d7906101aa
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -470,6 +470,6 @@ Feature: hub issue
When I successfully run `hub issue labels`
Then the output should contain exactly:
"""
bug \e[m
feature \e[m\n
bug
feature\n
"""