diff options
Diffstat (limited to 'tests/Select.spec.jsx')
-rw-r--r-- | tests/Select.spec.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Select.spec.jsx b/tests/Select.spec.jsx index fb58145..ea0a827 100644 --- a/tests/Select.spec.jsx +++ b/tests/Select.spec.jsx | |||
@@ -446,7 +446,7 @@ describe('Select', () => { | |||
446 | Simulate.click(selector.getElementsByTagName('li')[0]); | 446 | Simulate.click(selector.getElementsByTagName('li')[0]); |
447 | setTimeout(next, 200); | 447 | setTimeout(next, 200); |
448 | }, (next) => { | 448 | }, (next) => { |
449 | expect((input).value).to.be('12:00 pm'); | 449 | expect((input).value).to.be('12:00 am'); |
450 | next(); | 450 | next(); |
451 | }], () => { | 451 | }], () => { |
452 | done(); | 452 | done(); |