Skip to content

Commit 81fa82a

Browse files
committed
explore postgres GH but not local failure
1 parent f5c688b commit 81fa82a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inst/tinytest/ctrdata_ctgov2.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ expect_message(
128128
ctgov2history = 3,
129129
con = dbc
130130
)),
131-
"Updating trial records"
131+
"processing historic versions"
132132
)
133133

134134
# test
@@ -139,7 +139,7 @@ expect_message(
139139
ctgov2history = "2:4",
140140
con = dbc
141141
)),
142-
"Updating trial records"
142+
"processing historic versions"
143143
)
144144

145145
# test
@@ -150,7 +150,7 @@ expect_message(
150150
ctgov2history = -1,
151151
con = dbc
152152
)),
153-
"Updating trial records"
153+
"processing historic versions"
154154
)
155155

156156
#### ctrLoadQueryIntoDb update ####

0 commit comments

Comments
 (0)