Skip to content

Commit cea6ba3

Browse files
committed
Update api_events test
Signed-off-by: Salil Chandra <[email protected]>
1 parent 2291d06 commit cea6ba3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/api_events.test/expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FP is 4f16a8ec9db90f803e406659938b2602
4040
RC is 0
4141
RC is 1
4242
====== VERIFYING DBTYPE ARG ======
43-
DBTYPE is unresolved
43+
DBTYPE is resolved
4444
DBTYPE is resolved
4545
DBTYPE is resolved
4646
DBTYPE is resolved

tests/tools/api_events.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ static int TEST_dbtype_arg(const char *db, const char *tier)
254254
e1 = cdb2_register_event(NULL, CDB2_BEFORE_DISCOVERY, 0, my_dbtype_hook, NULL, 1, CDB2_DBTYPE);
255255
e2 = cdb2_register_event(NULL, CDB2_AT_OPEN, 0, my_dbtype_hook, NULL, 1, CDB2_DBTYPE);
256256

257-
/* default */
257+
/* actual */
258258
cdb2_open(&h, db, tier, 0);
259259
cdb2_close(h);
260260
/* actual */

0 commit comments

Comments
 (0)