Skip to content

Commit c53a90e

Browse files
committed
replace lenna with chuck
1 parent c6c6ab6 commit c53a90e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
78 KB
Loading

components/dash-core-components/tests/integration/download/test_download_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def test_dlfi001_download_file(dash_dcc):
8-
filename = "Lenna.jpeg"
8+
filename = "chuck.jpg"
99
asset_folder = os.path.join(os.path.dirname(__file__), "download-assets")
1010
# Create app.
1111
app = Dash(__name__, prevent_initial_callbacks=True)

0 commit comments

Comments
 (0)