Skip to content

Commit

Permalink
Compile e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 11, 2023
1 parent b24f074 commit dd8e2e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dx/sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
--no-snapshot-updates
--batch-mode
spotless:check
compile
chdir: "{{ playbook_dir }}/../tests"
strip_empty_ends: false
changed_when: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import com.fasterxml.jackson.databind.ObjectMapper;
import java.net.http.HttpClient;
import org.smecalculus.bezmen.messaging.BezmenClient;
import org.smecalculus.bezmen.messaging.BezmenClientJavaHttp;
import org.smecalculus.bezmen.messaging.impl.BezmenClientJavaHttp;
import org.smecalculus.bezmen.messaging.spec.BezmenClient;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

Expand Down

0 comments on commit dd8e2e7

Please sign in to comment.