Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
renamed test to '(Number)Input.value'
Browse files Browse the repository at this point in the history
  • Loading branch information
pflannery committed Feb 4, 2015
1 parent 2f0775b commit 1e554e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ suite('Form Element Bindings', function() {
radioInputCheckedMultipleForms(shadowRoot, done);
});

test('(Number)Input.number', function(done) {
test('(Number)Input.value', function(done) {
var input = testDiv.appendChild(document.createElement('input'));
testDiv.appendChild(input);
input.type = 'number';
Expand Down

0 comments on commit 1e554e6

Please sign in to comment.