Skip to content

Commit

Permalink
Updates test to use existing imagery.
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter authored and saket committed Apr 24, 2024
1 parent 131cc0c commit b9f5dbe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class CoilImageSourceTest {
override fun resolve(canvasSize: Flow<Size>): ResolveResult {
val delegate = remember(displayImage) {
if (displayImage) {
ZoomableImageSource.SubSamplingDelegate(SubSamplingImageSource.asset("night_watch_14000.jpg"))
ZoomableImageSource.SubSamplingDelegate(SubSamplingImageSource.asset("full_image.png"))
} else {
null
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9f5dbe

Please sign in to comment.