diff --git a/exercises/word-count/.meta/gen.go b/exercises/word-count/.meta/gen.go index 027914026..6311b3288 100644 --- a/exercises/word-count/.meta/gen.go +++ b/exercises/word-count/.meta/gen.go @@ -32,9 +32,7 @@ type js struct { // template applied to above data structure generates the Go test cases var tmpl = `package wordcount -// Source: {{.Ori}} -{{if .Commit}}// Commit: {{.Commit}} -{{end}} +{{.Header}} var testCases = []struct { description string diff --git a/exercises/word-count/cases_test.go b/exercises/word-count/cases_test.go index e4e792286..1f551edea 100644 --- a/exercises/word-count/cases_test.go +++ b/exercises/word-count/cases_test.go @@ -1,7 +1,8 @@ package wordcount // Source: exercism/x-common -// Commit: f2ab262 word-count: replace underscore with space in description (#483) +// Commit: cd26d49 word-count: Make exercise schema-compliant (#634) +// x-common version: 1.0.0 var testCases = []struct { description string