Skip to content

Commit

Permalink
Update test for heroku-24
Browse files Browse the repository at this point in the history
  • Loading branch information
CGA1123 committed Aug 21, 2024
1 parent 4967dc8 commit d6ce03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/slugcmplr/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ func testPrepare(t *testing.T) {
appName, meta.Application)
}

if meta.Stack != "heroku-20" {
t.Fatalf("expected meta.Stack to be heroku-20 got %v", meta.Stack)
if meta.Stack != "heroku-24" {
t.Fatalf("expected meta.Stack to be heroku-24 got %v", meta.Stack)
}

expected := []string{
Expand Down

0 comments on commit d6ce03c

Please sign in to comment.