Skip to content

Commit

Permalink
Make test autoconfiguration deterministic.
Browse files Browse the repository at this point in the history
  • Loading branch information
tw-peeterkarolin committed Feb 29, 2024
1 parent 747ba4f commit 0c6e188
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package com.transferwise.tasks.impl.jobs.test;

import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

@Configuration
@AutoConfigureBefore(name = "com.transferwise.tasks.core.autoconfigure.TwTasksCoreAutoConfiguration")
@AutoConfigureAfter(name = "com.transferwise.tasks.test.TwTasksCoreTestAutoConfiguration")
@Import(JobsTestConfiguration.class)
public class TwTasksJobsTestAutoConfiguration {

Expand Down

0 comments on commit 0c6e188

Please sign in to comment.