Skip to content

Commit

Permalink
Remove brats assert no longer valid (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
brayanhenao authored Oct 14, 2022
1 parent d0479b0 commit d50edb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/go/brats/brats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ var _ = Describe("Go buildpack", func() {
bratshelper.StagingWithBuildpackThatSetsEOL(DEP, func(_ string) *cutlass.App {
return CopyBrats(GetOldestVersion(DEP, bpDir))
})
bratshelper.StagingWithADepThatIsNotTheLatest(DEP, func(_ string) *cutlass.App {
return CopyBrats(GetOldestVersion(DEP, bpDir))
})

bratshelper.StagingWithCustomBuildpackWithCredentialsInDependencies(CopyBrats)
bratshelper.DeployAppWithExecutableProfileScript(DEP, CopyBrats)
Expand Down

0 comments on commit d50edb6

Please sign in to comment.