Skip to content

Commit 958ce08

Browse files
committed
fix comment
1 parent 498f00d commit 958ce08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/interactive/test-tar_repository_cas.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tar_test("consistent CAS repository invokes methods at the right times", {
4949
# list() should run once,
5050
# and upload() should run on every target.
5151
tar_make()
52-
# Only list() should be calledonce , and everything should be skipped.
52+
# Only list() should be called (once), and everything should be skipped.
5353
tar_make()
5454
# A target should rebuild, but exists() should not be called.
5555
# download() should be called.
@@ -109,7 +109,7 @@ tar_test("non-consistent CAS repository invokes methods at the right times", {
109109
# list() should be called once, and
110110
# upload() and exists() should be called on each target.
111111
tar_make()
112-
# Only list() should be called once, and everything should be skipped.
112+
# Only list() should be called (once), and everything should be skipped.
113113
tar_make()
114114
# A target should rebuild, and exists() should be called on
115115
# that target just after upload.

0 commit comments

Comments
 (0)