Browse Source

Fix typo in name of test

Ronald 1 year ago
parent
commit
f560b14d10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/core/encoding/ini/test_core_ini.odin

+ 1 - 1
tests/core/encoding/ini/test_core_ini.odin

@@ -7,7 +7,7 @@ import "core:strings"
 import "core:testing"
 
 @test
-prase_ini :: proc(t: ^testing.T) {
+parse_ini :: proc(t: ^testing.T) {
 	ini_data := `
 		[LOG]
 		level = "devel"