---
title: testutil.makeRecord() function
description: testutil.makeRecord() is the identity function, but breaks the type connection from input to output.
url: https://docs.influxdata.com/flux/v0/stdlib/internal/testutil/makerecord/
estimated_tokens: 305
product: Flux
version: v0
---

# testutil.makeRecord() function

-   Flux 0.68.0+
-   View InfluxDB support

`testutil.makeRecord()` is the identity function, but breaks the type connection from input to output.

##### Function type signature

```js
(o: A) => B where A: Record, B: Record
```

For more information, see [Function type signatures](/flux/v0/function-type-signatures/).

## Parameters

### o

(Required) Record value.
