Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Feb 15, 2022
1 parent 5f78fd5 commit 1c9ce92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/assertions.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ def assert_meta(
{"name": "github:getsentry/sentry-native", "version": "0.4.15"},
],
}
if not is_android:
if is_android:
expected_sdk["name"] = "sentry.native.android"
else
if sys.platform == "win32":
assert_matches(
event["contexts"]["os"],
Expand Down

0 comments on commit 1c9ce92

Please sign in to comment.