fix test
diff --git a/diffmatchpatch/diff_test.go b/diffmatchpatch/diff_test.go
index e3689ae..2bb5c5a 100644
--- a/diffmatchpatch/diff_test.go
+++ b/diffmatchpatch/diff_test.go
@@ -853,8 +853,9 @@
 				{DiffDelete, " 보이즈"},
 			},
 			[]Diff{
-				{DiffDelete, "리커버리 보이즈"},
-				{DiffInsert, "킬러 인 리커버리"},
+				{DiffInsert, "킬러 인 "},
+				{DiffEqual, "리커버리"},
+				{DiffDelete, " 보이즈"},
 			},
 		},
 	} {