Skip to content

Commit 49432f1

Browse files
committed
fix a test
1 parent c959748 commit 49432f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/server-sdk/tests/server_c_bindings_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,6 @@ TEST(ClientBindings, TlsConfiguration) {
263263
LDServerConfig config;
264264
LDStatus status = LDServerConfigBuilder_Build(cfg_builder, &config);
265265

266-
ASSERT_FALSE(LDStatus_Ok(status));
266+
ASSERT_TRUE(LDStatus_Ok(status));
267267
LDStatus_Free(status);
268268
}

0 commit comments

Comments
 (0)