mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
Change RT unit tests assembly name
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user