1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-12-03 22:24:14 +02:00

Missed updating a bunch of identifiers

This commit is contained in:
David Landry
2018-10-05 19:40:09 -04:00
parent a7ecc90973
commit 8942a5e584
21 changed files with 86 additions and 86 deletions

View File

@@ -228,7 +228,7 @@ func TestDocument(t *testing.T) {
So(err, ShouldBeNil)
el, err := static.NewHtmlElement(doc.Selection)
el, err := static.NewHTMLElement(doc.Selection)
So(err, ShouldBeNil)