Skip to content

Commit 6c73c41

Browse files
committed
Try to get an error from the underlying analytics dll
1 parent c3ef512 commit 6c73c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analytics/integration_test/src/integration_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,9 @@ TEST_F(FirebaseAnalyticsTest, TestSetLogCallback) {
256256
finishedPromise.set_value();
257257
});
258258

259+
char* mynull = nullptr;
259260
const firebase::analytics::Parameter kInvalidParameters[] = {
260-
firebase::analytics::Parameter("invalid_character_!", 5),
261+
firebase::analytics::Parameter("null_event", mynull),
261262
};
262263
firebase::analytics::LogEvent(
263264
"invalid_event", kInvalidParameters,

0 commit comments

Comments
 (0)