Skip to content

Commit

Permalink
Fix the check connection activity (airbytehq#7366)
Browse files Browse the repository at this point in the history
Fix acceptance tests
  • Loading branch information
benmoriceau authored and schlattk committed Jan 4, 2022
1 parent ce26bc0 commit 90e4d31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import io.temporal.activity.ActivityMethod;

@ActivityInterface
interface CheckConnectionActivity {
public interface CheckConnectionActivity {

@ActivityMethod
StandardCheckConnectionOutput run(JobRunConfig jobRunConfig,
Expand Down

0 comments on commit 90e4d31

Please sign in to comment.