Skip to content

Commit 6469ce0

Browse files
committed
CDRIVER-2923 fix test string
1 parent 16be1bf commit 6469ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libbson/tests/test-oid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ test_bson_hostnames (void)
538538
bson_oid_t oid;
539539
char *hostname_tests[] = {"",
540540
"h",
541-
"host"
541+
"host",
542542
"host1",
543543
"host12",
544544
"host123",

0 commit comments

Comments
 (0)