Skip to content

Commit fb6368f

Browse files
committed
Lint fix
1 parent a770faf commit fb6368f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

features/language-plugin.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Feature: Manage plugin translation files for a WordPress install
451451
And an empty cache
452452

453453
# Create a test plugin with a different text domain
454-
Given a wp-content/plugins/test-plugin/test-plugin.php file:
454+
And a wp-content/plugins/test-plugin/test-plugin.php file:
455455
"""
456456
<?php
457457
/**

features/language-theme.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Feature: Manage theme translation files for a WordPress install
335335
And an empty cache
336336

337337
# Create a test theme with a different text domain
338-
Given a wp-content/themes/test-theme/style.css file:
338+
And a wp-content/themes/test-theme/style.css file:
339339
"""
340340
/*
341341
Theme Name: Test Theme

0 commit comments

Comments
 (0)