Skip to content

Commit

Permalink
Resolve incorrect empty string assertion in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ScopeyNZ committed Apr 17, 2019
1 parent 2c207b6 commit cc1fdf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/php/Forms/TreeMultiselectFieldTest.php
Expand Up @@ -157,7 +157,7 @@ public function testEmpty()
'data' => [
'urlTree' => 'field/TestTree/tree',
'showSearch' => true,
'emptyString' => '(Choose File)',
'emptyString' => '(Search or choose File)',
'hasEmptyDefault' => false,
'multiple' => true
]
Expand Down Expand Up @@ -235,7 +235,7 @@ public function testEmptyReadonly()
'data' => [
'urlTree' => 'field/TestTree/tree',
'showSearch' => true,
'emptyString' => '(Choose File)',
'emptyString' => '(Search or choose File)',
'hasEmptyDefault' => false,
'multiple' => true
]
Expand Down Expand Up @@ -285,7 +285,7 @@ public function testChangedReadonly()
'data' => [
'urlTree' => 'field/TestTree/tree',
'showSearch' => true,
'emptyString' => '(Choose File)',
'emptyString' => '(Search or choose File)',
'hasEmptyDefault' => false,
'multiple' => true
]
Expand Down

0 comments on commit cc1fdf6

Please sign in to comment.