Skip to content

Commit 3398a80

Browse files
committed
test UPDATE updated module revision
1 parent 52385d0 commit 3398a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/np2_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ np2_glob_test_setup_sess_ctx(struct nc_session *sess, const char **modules)
225225
SETUP_FAIL_LOG;
226226
return 1;
227227
}
228-
if (!ly_ctx_load_module(ctx, "netopeer-notifications", "2025-01-15", NULL)) {
228+
if (!ly_ctx_load_module(ctx, "netopeer-notifications", "2025-06-11", NULL)) {
229229
SETUP_FAIL_LOG;
230230
return 1;
231231
}

0 commit comments

Comments
 (0)