Remove Debug.Print call causing tests to fail
Forgot to hit save properly... Whoops.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Threading.Tasks;
|
||||
using Xunit;
|
||||
|
||||
@@ -22,7 +21,6 @@ namespace Discord
|
||||
/// <param name="expected"></param>
|
||||
private void TestHelper(ulong rawValue, ulong flagValue, bool expected)
|
||||
{
|
||||
Debug.Print($"Expecting {expected} for {rawValue} w/ {flagValue}");
|
||||
Assert.Equal(expected, Permissions.GetValue(rawValue, flagValue));
|
||||
|
||||
// check that toggling the bit works
|
||||
|
||||
Reference in New Issue
Block a user