Skip to content

Commit 6ad9185

Browse files
committed
style
1 parent c7149d9 commit 6ad9185

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test-mongoc-client.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ test_mongoc_client_authenticate (void *context)
9292
"0", "{", "role", "read", "db", "test", "}");
9393

9494
ASSERT_OR_PRINT (mongoc_database_add_user(database, username, "testpass",
95-
&roles, NULL, &error),
96-
error);
95+
&roles, NULL, &error), error);
9796

9897
mongoc_database_destroy(database);
9998

0 commit comments

Comments
 (0)