Queuetopia.Test.Assertions.jobs_created

You're seeing just the function jobs_created, go back to Queuetopia.Test.Assertions module for more information.
Link to this function

jobs_created(queuetopia, job_attrs \\ %{})

View Source

Find jobs that have just been created

It can be used as below:

# Examples

  MyQueuetopia.create_job("mailer_queue", "deliver_mail", %{body: "hello", from: "from", to: "to"})

  assert [job] = jobs_created(MyQueuetopia)