Skip to content

Commit

Permalink
Clean up tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelkang committed Jun 23, 2021
1 parent 19ecae4 commit 0f5b82c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/monotouch-test/Accessibility/AXHearingUtilitiesTests.cs
Expand Up @@ -2,18 +2,15 @@
// Copyright 2021 Microsoft Corp
//
// Authors:
// Rachel Kang (rachelkang@microsoft.com)
// Rachel Kang (rachelkang@microsoft.com)
//

#if !__TVOS__ && !MONOMAC

using System;
using ObjCRuntime;

using Foundation;
using Accessibility;
using NUnit.Framework;
using MonoTests.System.Net.Http;

namespace MonoTouchFixtures.Accessibility {

Expand All @@ -36,7 +33,7 @@ public void GetHearingDeviceEar ()
[Test]
public void GetDoesSupportBidirectionalHearing ()
{
Assert.That (AXHearingUtilities.SupportsBidirectionalStreaming (), Is.EqualTo (false), "GetAllSources");
Assert.That (AXHearingUtilities.SupportsBidirectionalStreaming (), Is.EqualTo (false), "GetDoesSupportBidirectionalHearing");
}

[Test]
Expand All @@ -47,5 +44,4 @@ public void GetHearingDevicePairedUuids ()
}
}
}

#endif

0 comments on commit 0f5b82c

Please sign in to comment.