Parcourir la source

remove duplicate text

acerix il y a 8 ans
Parent
commit
510fb1b8bc
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      tests/legacy/basic-view.js

+ 2 - 2
tests/legacy/basic-view.js

@@ -11,7 +11,7 @@ describe('basic view rendering', function() {
 			isRTL: false
 		});
 
-		it('should have have days ordered sun to sat', function() {
+		it('should have days ordered sun to sat', function() {
 			initCalendar();
 			var fc = $(currentCalendar.el).find('.fc-day-header');
 			expect(fc[0]).toHaveClass('fc-sun');
@@ -30,7 +30,7 @@ describe('basic view rendering', function() {
 			isRTL: true
 		});
 
-		it('should have have days ordered sat to sun', function() {
+		it('should have days ordered sat to sun', function() {
 			initCalendar();
 			var fc = $(currentCalendar.el).find('.fc-day-header');
 			expect(fc[0]).toHaveClass('fc-sat');