We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ac811 commit b159daaCopy full SHA for b159daa
1 file changed
internal/buffer/main_test.go
@@ -8,7 +8,7 @@ import (
8
)
9
10
func TestMain(m *testing.M) {
11
- native.Init("")
+ native.Initialize("")
12
13
os.Exit(m.Run())
14
}
0 commit comments