Fix failing spec

This commit is contained in:
Eugene Burmakin 2025-08-23 21:57:25 +02:00
parent d400d3c9fd
commit 625b8e614f
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Fixed ## Fixed
- Some types of imports were not being detected correctly and were failing to import. - Some types of imports were not being detected correctly and were failing to import. #1678
# [0.30.10] - 2025-08-22 # [0.30.10] - 2025-08-22

View file

@ -52,7 +52,7 @@ class Photos::Thumbnail
request_headers request_headers
end end
unsupported_source_error unless SUPPORTED_SOURCES.include?(source) def unsupported_source_error
raise ArgumentError, "Unsupported source: #{source}" raise ArgumentError, "Unsupported source: #{source}"
end end
end end