Skip to content

Commit ab952c1

Browse files
committed
Cleanup
1 parent fe59815 commit ab952c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Linq2GraphQL.Tests/ScalarTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public async Task SetScalar()
3535
{
3636
var result = await sampleClient
3737
.Mutation
38-
.UpdatePerson(person: new PersonInput { Name = "Peter", MacAddress= new MacAddress("01-23-45-67-89-ab") })
38+
.UpdatePerson(person: new PersonInput { Name = "Peter", MacAddress= new MacAddress { Value = "01-23-45-67-89-ab" } })
3939
.Select()
4040
.ExecuteAsync();
4141

0 commit comments

Comments
 (0)