Fix typo in name of test

This commit is contained in:
Ronald
2024-07-20 17:10:19 +01:00
parent b584eeaade
commit f560b14d10
+1 -1
View File
@@ -7,7 +7,7 @@ import "core:strings"
import "core:testing" import "core:testing"
@test @test
prase_ini :: proc(t: ^testing.T) { parse_ini :: proc(t: ^testing.T) {
ini_data := ` ini_data := `
[LOG] [LOG]
level = "devel" level = "devel"