Skip to content

Commit 4bdc6e9

Browse files
authored
Merge pull request #1825 from jeffBP/replace-lenna
replace lenna with chuck
2 parents c6c6ab6 + c53a90e commit 4bdc6e9

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)