We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e504a commit 3cb3fbfCopy full SHA for 3cb3fbf
tests/unit/test_r.py
@@ -78,7 +78,6 @@ def test_snapshot_rspm_date():
78
r = buildpacks.RBuildPack()
79
for requested, expected in test_dates.items():
80
snapshot_url = r.get_rspm_snapshot_url(requested)
81
- print(snapshot_url)
82
assert snapshot_url.startswith(
83
"https://packagemanager.rstudio.com/all/__linux__/bionic/"
84
+ expected.strftime("%Y-%m-%d")
0 commit comments