Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1294)

Unified Diff: test/paper_slider_test.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/paper_ripple_test.html ('k') | test/paper_tooltip_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/paper_slider_test.dart
diff --git a/test/paper_slider_test.dart b/test/paper_slider_test.dart
index 0b0c47b6733f86f0426fc0711b3cdc0feb37770c..505ff3dd24e4c073a51b20dda019c698eef59103 100644
--- a/test/paper_slider_test.dart
+++ b/test/paper_slider_test.dart
@@ -106,7 +106,7 @@ main() async {
await wait(1);
slider.value = 2;
- expect((slider.$$('#input') as PaperInput).value, '${slider.value}');
+ expect((slider.$$('#input') as PaperInput).value, slider.value);
});
test('decimal values', () async {
« no previous file with comments | « test/paper_ripple_test.html ('k') | test/paper_tooltip_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698