Skip to content

Commit b159daa

Browse files
committed
refactor: rename Init to Initialize in TestMain for consistency
1 parent 44ac811 commit b159daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/buffer/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
func TestMain(m *testing.M) {
11-
native.Init("")
11+
native.Initialize("")
1212

1313
os.Exit(m.Run())
1414
}

0 commit comments

Comments
 (0)