Skip to content

Commit aeae7a3

Browse files
committed
chore: update tests
1 parent 9aca881 commit aeae7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

restore/restore_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ func TestRestore(t *testing.T) {
3030
&ast.Paragraph{
3131
Children: []ast.Node{
3232
&ast.Text{
33-
Content: "Here: ",
33+
Content: "Code: ",
3434
},
3535
&ast.Code{
3636
Content: "Hello world!",
3737
},
3838
},
3939
},
4040
},
41-
rawText: "Here: `Hello world!`",
41+
rawText: "Code: `Hello world!`",
4242
},
4343
}
4444

0 commit comments

Comments
 (0)