mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
Merge remote-tracking branch 'upstream/master' into search-issues
This commit is contained in:
@@ -116,7 +116,7 @@ namespace Octokit.Tests.Models
|
||||
[Fact]
|
||||
public void UsesParameterAttributeForKey()
|
||||
{
|
||||
var model = new WithPropertyNameDifferentFromKey() { LongPropertyName = "verbose" };
|
||||
var model = new WithPropertyNameDifferentFromKey { LongPropertyName = "verbose" };
|
||||
|
||||
var result = model.ToParametersDictionary();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user