Skip to content

Commit 77c5652

Browse files
committed
It
1 parent 7debc08 commit 77c5652

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ $(GOLANGCI_LINT): $(LOCALBIN)
261261

262262
gofmt: ## 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

test/e2e/gatewayapi/gatewayproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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())

0 commit comments

Comments
 (0)