libraries/doltcore/envtestutils: fix dropped error

This commit is contained in:
Lars Lehtonen
2021-04-06 19:13:28 -07:00
parent c87ac90001
commit 9ec082e2eb

View File

@@ -142,6 +142,7 @@ func UpdateTables(t *testing.T, ctx context.Context, root *doltdb.RootValue, tbl
}
schVal, err := encoding.MarshalSchemaAsNomsValue(ctx, root.VRW(), sch)
require.NoError(t, err)
indexData, err := types.NewMap(ctx, root.VRW())
require.NoError(t, err)