Skip to content

Commit

Permalink
remove unnecessary resetting of memoryvalue
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed May 7, 2024
1 parent 6a8085c commit df6e419
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/apis/birdnet_api_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ def test_fetch
VCR.use_cassette(:birdnet_fetch, match_requests_on: [:method]) do
BirdnetApi.fetch
end

MemoryValue.upsert(:birdnet, {})
end

def test_health_no_data
Expand Down
2 changes: 0 additions & 2 deletions test/apis/dog_park_api_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ def test_fetch
VCR.use_cassette(:dogpark_fetch, match_requests_on: [:method]) do
DogParkApi.fetch
end

MemoryValue.upsert(:dogpark, {})
end

def test_last_fetched_at_no_data
Expand Down

0 comments on commit df6e419

Please sign in to comment.