Skip to content

Commit c1ef28b

Browse files
committed
Fix: Update test per minor changes in Codemirror/view 6.39.
1 parent 4d0f4d7 commit c1ef28b

File tree

1 file changed

+1
-1
lines changed
  • server/tests/overall_core

1 file changed

+1
-1
lines changed

server/tests/overall_core/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ async fn test_5_core(
13881388
StringDiff {
13891389
from: 0,
13901390
to: Some(8),
1391-
insert: "# Tesbart.\n".to_string(),
1391+
insert: "# foobarTest.\n".to_string(),
13921392
},
13931393
StringDiff {
13941394
from: 24,

0 commit comments

Comments
 (0)