File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,10 @@ $(GOLANGCI_LINT): $(LOCALBIN)
261261
262262gofmt : # # Apply go fmt
263263 @gofmt -w -r ' interface{} -> any' .
264+ @gofmt -w -r ' FIt -> It' test
265+ @gofmt -w -r ' FContext -> Context' test
266+ @gofmt -w -r ' FDescribe -> Describe' test
267+ @gofmt -w -r ' FDescribeTable -> DescribeTable' test
264268 @go fmt ./...
265269.PHONY : gofmt
266270
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ spec:
270270 err error
271271 )
272272
273- FIt ("Should work OK with error-page" , func () {
273+ It ("Should work OK with error-page" , func () {
274274 By ("Update GatewayProxy with PluginMetadata" )
275275 err = s .CreateResourceFromString (gatewayProxyWithPluginMetadata0 )
276276 Expect (err ).ShouldNot (HaveOccurred ())
You can’t perform that action at this time.
0 commit comments