Skip to content

Commit

Permalink
handle single history item
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Oct 16, 2024
1 parent a845ebb commit cf48a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acr_controller/service/acr_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func Test_getRevisions(r *testing.T) {
assert.Equal(t, "c732f4d2ef24c7eeb900e9211ff98f90bb646505", current)
assert.Equal(t, "", previous)
})

r.Run("application is synced", func(t *testing.T) {
acrService := newTestACRService(&mocks.ApplicationClient{})
app := createTestApp(syncedAppWithHistory)
Expand Down

0 comments on commit cf48a0e

Please sign in to comment.