Skip to content

Commit c0e4100

Browse files
author
itismadness
committed
Fix bencode string
1 parent d634179 commit c0e4100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BencodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testEmptyDict() {
4040
*/
4141
public function testInvalidDictionaryKey() {
4242
$bencode = new Bencode();
43-
$bencode->decodeString('di1e5:value');
43+
$bencode->decodeString('di1e5:valuee');
4444
}
4545

4646
public function invalidIntegers() {

0 commit comments

Comments
 (0)