Skip to content

Commit

Permalink
Revert "ioutil is deprecated and should use io,os pacakges"
Browse files Browse the repository at this point in the history
This reverts commit 8066456.
  • Loading branch information
ramonskie authored and rkoster committed Mar 23, 2023
1 parent d652ce4 commit f88b5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/bbl/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var _ = Describe("Upgrade", func() {
Expect(err).NotTo(HaveOccurred())
})

FIt("is able to upgrade from an environment bbl'd up with an older version of bbl", func() {
It("is able to upgrade from an environment bbl'd up with an older version of bbl", func() {
By("cleaning up any leftovers", func() {
session := newBBL.CleanupLeftovers(newBBL.PredefinedEnvID())
Eventually(session, bblLeftoversTimeout).Should(gexec.Exit())
Expand Down

0 comments on commit f88b5d4

Please sign in to comment.