Change RT unit tests assembly name

This commit is contained in:
Haacked
2013-10-02 16:18:23 -07:00
parent a39a80cc88
commit b567097a38
4 changed files with 6 additions and 36 deletions
@@ -39,6 +39,7 @@ namespace Octokit.Tests.Exceptions
Assert.Equal(responseContent, exception.ApiValidationError.Message);
}
#if !NETFX_CORE
[Fact]
public void CanPopulateObjectFromSerializedData()
{
@@ -58,6 +59,7 @@ namespace Octokit.Tests.Exceptions
Assert.Equal("key is already in use", exception.ApiValidationError.Errors.First().Message);
}
}
#endif
}
}
}