@@ -109,7 +109,7 @@ func TestExamplePetStoreCodeGenerationWithUserTemplates(t *testing.T) {
109109 // Check that we have a package:
110110 assert .Contains (t , code , "package api" )
111111
112- // Check that the built-in template has been overriden
112+ // Check that the built-in template has been overridden
113113 assert .Contains (t , code , "//blah" )
114114}
115115
@@ -145,7 +145,7 @@ func TestExamplePetStoreCodeGenerationWithFileUserTemplates(t *testing.T) {
145145 // Check that we have a package:
146146 assert .Contains (t , code , "package api" )
147147
148- // Check that the built-in template has been overriden
148+ // Check that the built-in template has been overridden
149149 assert .Contains (t , code , "// Package api provides primitives to interact with the openapi" )
150150}
151151
@@ -194,7 +194,7 @@ func TestExamplePetStoreCodeGenerationWithHTTPUserTemplates(t *testing.T) {
194194 // Check that we have a package:
195195 assert .Contains (t , code , "package api" )
196196
197- // Check that the built-in template has been overriden
197+ // Check that the built-in template has been overridden
198198 assert .Contains (t , code , "//blah" )
199199}
200200
0 commit comments