Skip to content

Commit f62be94

Browse files
authored
Update QueryBuilderTests.cs
Forcing policy re-evaluation
1 parent aba348d commit f62be94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Octokit.GraphQL.Core.UnitTests/QueryBuilderTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ public void IntValue_Variable()
473473
public void DateTimeOffsetValue_Variable()
474474
{
475475
var expected = "query{repository(owner:\"foo\",name:\"bar\"){issueByCreation(createdSince:\"2000-01-02T03:04:05+00:00\"){body}}}";
476-
477476
var expression = new Query()
478477
.Repository("foo", "bar")
479478
.IssueByCreation(new DateTimeOffset(2000,1,2,3,4,5, default))

0 commit comments

Comments
 (0)