Skip to content

Commit

Permalink
ioutil is deprecated and should use io,os pacakges
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonskie authored and rkoster committed Mar 23, 2023
1 parent 40e9dec commit 3821e5f
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())
})

It("is able to upgrade from an environment bbl'd up with an older version of bbl", func() {
FIt("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 3821e5f

Please sign in to comment.