Skip to content

Commit

Permalink
update watch testing TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Aug 10, 2023
1 parent c5b40ae commit 8559c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SentryTests/Helper/SentryDeviceTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ - (void)testOSVersion
SENTRY_ASSERT_PREFIX(
osVersion, @"9.", @"10.", @"11.", @"12.", @"13.", @"14.", @"15.", @"16.", @"17.");
#elif TARGET_OS_WATCH
// TODO: create a watch UI test target to test this branch
SENTRY_ASSERT_PREFIX(osVersion, @"2.", @"3.", @"4.", @"5.", @"6.", @"7.", @"8.", @"9.");
#else
XCTFail(@"Unexpected OS.");
Expand Down Expand Up @@ -122,8 +123,7 @@ - (void)testOSName
// cannot.
SENTRY_ASSERT_EQUAL(osName, @"tvOS");
#elif TARGET_OS_WATCH
// TODO: create a watch UI test target to test this branch as it cannot run on the watch
// simulator
// TODO: create a watch UI test target to test this branch
SENTRY_ASSERT_EQUAL(osName, @"watchOS");
#else
XCTFail(@"Unexpected device OS");
Expand Down

0 comments on commit 8559c58

Please sign in to comment.