This commit is contained in:
jaina heartles 2023-07-01 14:22:43 -07:00
parent 79f60c137c
commit c25433ed01

View file

@ -358,9 +358,9 @@ test "register" {
allocator, allocator,
.{ .community = community }, .{ .community = community },
&svc, &svc,
test_args.username,
test_args.password,
.{ .{
.username = test_args.username,
.password = test_args.password,
.invite_code = if (test_args.use_invite) test_invite_code else null, .invite_code = if (test_args.use_invite) test_invite_code else null,
}, },
// shortcut out of memory errors to test allocation // shortcut out of memory errors to test allocation