Skip to content

Commit 1ec989d

Browse files
committed
remove comment
1 parent d2b3fd6 commit 1ec989d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etl/test_failure_alert.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ print(paste0("This is a ", args[1]))
77
print(paste0("This is ", args[2]))
88

99
# This will fail as test.csv does not exist.
10-
# read.csv("test.csv")
10+
read.csv("test.csv")
1111

0 commit comments

Comments
 (0)