Skip to content

Commit 73e2301

Browse files
committed
test BUGFIX module updated
1 parent 5e57075 commit 73e2301

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
@@ -232,7 +232,7 @@ np2_glob_test_setup_sess_ctx(struct nc_session *sess, const char **modules)
232232
SETUP_FAIL_LOG;
233233
return 1;
234234
}
235-
if (!ly_ctx_load_module(ctx, "netopeer-notifications", "2025-06-13", NULL)) {
235+
if (!ly_ctx_load_module(ctx, "netopeer-notifications", "2025-10-10", NULL)) {
236236
SETUP_FAIL_LOG;
237237
return 1;
238238
}

0 commit comments

Comments
 (0)