Skip to content

Commit c0809b1

Browse files
committed
fix test
1 parent f8a2890 commit c0809b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/ExportPostmanTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function test_rules_printing_export_to_human_readable_works()
228228
**/
229229
$this->assertCount(1, $fields->where('key', 'field_6')->where('description', 'The selected field 6 is invalid.'));
230230
$this->assertCount(1, $fields->where('key', 'field_7')->where('description', 'The field 7 field is required.'));
231-
$this->assertCount(1, $fields->where('key', 'field_8')->where('description', 'validation.'));
231+
$this->assertCount(1, $fields->where('key', 'field_8')->where('description', 'The field 8 field must be uppercase.'));
232232
$this->assertCount(1, $fields->where('key', 'field_9')->where('description', 'The field 9 field is required., The field 9 field must be a string.'));
233233
}
234234

0 commit comments

Comments
 (0)