Skip to content

Commit

Permalink
chore: fix typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-marcela-campo authored Nov 1, 2023
1 parent 13d7104 commit 32608c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/provision_request_details_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ var _ = Describe("ProvisionRequestDetails", func() {
addFakeProvisionRequestDetails()
})

It("deletes psychically from the database", func() {
It("deletes physically from the database", func() {
exists := func() bool {
var count int64
Expect(db.Model(&models.ProvisionRequestDetails{}).Unscoped().Where(`service_instance_id="fake-instance-id"`).Count(&count).Error).NotTo(HaveOccurred())
Expand Down

0 comments on commit 32608c5

Please sign in to comment.