fix typos and copy paste test names
Some checks failed
Generate check / check-changes (push) Successful in 4s
Generate check / check-changes (pull_request) Successful in 3s
Quality / check-changes (pull_request) Successful in 3s
Generate check / check-generate (push) Has been skipped
Generate check / check-generate (pull_request) Successful in 8s
Quality / tests (pull_request) Failing after 42s

This commit is contained in:
2025-11-24 16:23:57 +00:00
parent bd101ce46a
commit 70466b7886
3 changed files with 10 additions and 10 deletions

View File

@@ -17,12 +17,12 @@ func TestNature_String(t *testing.T) {
want: "unknown",
},
{
name: "return unknown",
name: "return G01",
nature: internal.NatureG01,
want: "G01",
},
{
name: "return unknown",
name: "return G20",
nature: internal.NatureG20,
want: "G20",
},