From 032b0d0b980ff8449e43ba901de3f9d68d7cdacc Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 18 Nov 2015 12:12:00 -0600 Subject: [PATCH] test(): update text-input spec --- ionic/components/text-input/test/text-input.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/text-input/test/text-input.spec.ts b/ionic/components/text-input/test/text-input.spec.ts index 62f408675a..a8f39f4e45 100644 --- a/ionic/components/text-input/test/text-input.spec.ts +++ b/ionic/components/text-input/test/text-input.spec.ts @@ -129,7 +129,7 @@ export function run() { let platformHeight = 800; let scrollData = TextInput.getScollData(inputOffsetTop, inputOffsetHeight, scrollViewDimensions, keyboardHeight, platformHeight); - expect(scrollData.noScroll).toBe(true); + expect(scrollData.scrollAmount).toBe(0); }); }