Skip to content

Commit

Permalink
Expose FakeJob to test jobqueues directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Kim committed Sep 11, 2019
1 parent e8eb2c4 commit f571bf7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ class FakeJobQueue @Inject constructor(
fun handleJobs() = jobQueues.keys.forEach { handleJobs(it) } fun handleJobs() = jobQueues.keys.forEach { handleJobs(it) }
} }


internal data class FakeJob( data class FakeJob(
override val queueName: QueueName, override val queueName: QueueName,
override val id: String, override val id: String,
override val body: String, override val body: String,
Expand Down

0 comments on commit f571bf7

Please sign in to comment.