Skip to content

Commit

Permalink
tests(fix): Updated count variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Jul 10, 2023
1 parent 13bf523 commit 32ce62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/java/io/kestra/core/Helpers.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.function.Consumer;

public class Helpers {
public static long FLOWS_COUNT = 65;
public static long FLOWS_COUNT = 66;

public static ApplicationContext applicationContext() throws URISyntaxException {
return applicationContext(
Expand Down

0 comments on commit 32ce62c

Please sign in to comment.