We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eeb26b + df8f7b4 commit 79caa91Copy full SHA for 79caa91
apps/tests/ui/list-picker/list-picker-tests.ts
@@ -220,7 +220,7 @@ export var test_Android_WhenItemsAreEmptyNativeControlDoesNotShowZero = function
220
221
helper.buildUIAndRunTest(_createListPicker(), function (views: Array<viewModule.View>) {
222
var listPicker = <listPickerModule.ListPicker>views[0];
223
- var expectedValue = "";
+ var expectedValue = " ";
224
var actualValue = (<any>listPicker)._editText.getText().toString();
225
TKUnit.assert(actualValue === expectedValue, "Actual: " + actualValue + "; Expected: " + expectedValue);
226
});
0 commit comments