Skip to content

Commit

Permalink
Add )
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed May 18, 2023
1 parent 360b5c6 commit b7cc6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Realm.Tests/Sync/AppTests.cs
Expand Up @@ -70,7 +70,7 @@ public void DeviceInfo_OutputsMeaningfulInfo()
Assert.That(Platform.DeviceInfo.DeviceVersion, Does.Contain("AppleTV"));
break;
case "Mac Catalyst":
Assert.That(Platform.DeviceInfo.DeviceName, Is.EqualTo("iPad").Or.EqualTo("x86_64)");
Assert.That(Platform.DeviceInfo.DeviceName, Is.EqualTo("iPad").Or.EqualTo("x86_64)"));
Assert.That(Platform.DeviceInfo.DeviceVersion, Does.Contain("iPad"));
break;
default:
Expand Down

0 comments on commit b7cc6de

Please sign in to comment.