Skip to content

Commit ab5b8b7

Browse files
authored
fix failing test (#61)
1 parent 73c2b36 commit ab5b8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/lang.feature

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ Feature: Manage Polylang languages
5555
{"term_id":2,"name":"Dutch","slug":"nl","term_group":0,"term_taxonomy_id":2,"taxonomy":"language","description":"a:3:{s:6:\"locale\";s:5:\"nl_NL\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:0:\"\";}","parent":0,"count":2,"filter":"raw"}
5656
"""
5757

58-
When I run `wp pll lang url nl`
58+
When I run `wp pll lang url nl-be`
5959
Then STDOUT should contain:
6060
"""
61-
http://example.com/?lang=nl
61+
http://example.com/?lang=nl-be
6262
"""
6363

6464
When I run `wp pll lang delete klingon`

0 commit comments

Comments
 (0)