Skip to content

ectypes is not generating unique data each time #5

@nicholasf

Description

@nicholasf

Ectypes should be calling the producer function each time, and the result of the function should not be being overwritten.

e.g.

․[ { properties: 
     { id: 1,
       user_id: 1,
       provider_id: 1,
       created_at: Tue Oct 16 2012 16:14:46 GMT+1100 (EST),
       is_active: true,
       message: 'ipsa quo rerum',
       thread_id: null,
       parent_id: 1 },
    id: 1,
    user_id: 1,
    provider_id: 1,
    created_at: Tue Oct 16 2012 16:14:46 GMT+1100 (EST),
    is_active: true,
    message: 'ipsa quo rerum',
    thread_id: null,
    parent_id: 1,
    alwaysTrue: [Function],
    isValid: [Function] },
  { properties: 
     { id: 2,
       user_id: 1,
       provider_id: 1,
       created_at: Tue Oct 16 2012 16:14:46 GMT+1100 (EST),
       is_active: true,
       message: 'ipsa quo rerum',
       thread_id: null,
       parent_id: 1 },
    id: 2,
    user_id: 1,
    provider_id: 1,
    created_at: Tue Oct 16 2012 16:14:46 GMT+1100 (EST),
    is_active: true,
    message: 'ipsa quo rerum',
    thread_id: null,
    parent_id: 1,
    alwaysTrue: [Function],
    isValid: [Function] },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions