Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiwnf committed Mar 10, 2024
1 parent 957d968 commit 81d8904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/adoptable_pet_show_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class AdoptablePetShowTest < ActionDispatch::IntegrationTest
@pet_in_draft = create(:pet, published: false)
@pet_pending_adoption = create(:pet, :adoption_pending)
@adopted_pet = create(:pet, :adopted)

@staff_user = create(:staff_account).user
@adopter_user = create(:adopter_account).user
end
Expand Down

0 comments on commit 81d8904

Please sign in to comment.