Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Aug 22, 2024
1 parent f358971 commit 436c520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hasura-ndc-go/command/test_snapshots.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (cmd *genTestSnapshotsCommand) genQueryArguments(arguments schema.FunctionI
if err != nil {
return nil, err
}
result[key] = schema.NewLiteralArgument(value).Encode()
result[key] = schema.NewArgumentLiteral(value).Encode()
}
return result, nil
}
Expand Down

0 comments on commit 436c520

Please sign in to comment.