Skip to content

Commit 2baf1b5

Browse files
🔍 test: Remove duplicated test.
1 parent 62782e6 commit 2baf1b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/src/encode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ test( failure , 'A$$$' , undefined , Base64EncodeError , { start : 1 , end : 2 }
5555
test( failure , 'AA$$' , undefined , Base64EncodeError , { start : 2 , end : 3 } ) ;
5656
test( failure , 'AAA$' , undefined , Base64EncodeError , { start : 3 , end : 4 } ) ;
5757
test( failure , 'AAAA=' , undefined , Base64EncodeError , { start : 4 , end : 5 } ) ;
58-
test( failure , 'AAAA=' , undefined , Base64EncodeError , { start : 4 , end : 5 } ) ;
5958
test( failure , '====' , undefined , Base64EncodeError , { start : 0 , end : 1 } ) ;
6059
test( failure , 'Q===' , undefined , Base64EncodeError , { start : 1 , end : 2 } ) ;
6160
test( failure , 'QW' , undefined , Base64EncodeError , { start : 0 , end : 2 } ) ;

0 commit comments

Comments
 (0)