mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-30 13:00:29 +00:00
fixing spec description for the date filter
This commit is contained in:
parent
a397645537
commit
1c305dc67a
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ describe('filter', function(){
|
|||
expect(filter.date(noon.getTime() + "")).toEqual(noon.toLocaleDateString());
|
||||
});
|
||||
|
||||
it('should accept format', function() {
|
||||
it('should accept various format strings', function() {
|
||||
expect(filter.date(morning, "yy-MM-dd HH:mm:ss")).
|
||||
toEqual('10-09-03 07:05:08');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue