Skip to content

Commit

Permalink
Add new topic in the count
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Nov 6, 2024
1 parent 676caf9 commit 4ea3a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/check-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ DIR=$(cd "$(dirname "$0")"; pwd -P)
# for example in finkctl.yaml
if [ "$SUFFIX" = "noscience" ];
then
expected_topics="12"
expected_topics="13"
else
expected_topics="8"
expected_topics="9"
fi

count=0
Expand Down Expand Up @@ -60,4 +60,4 @@ do
exit 1
fi
done
finkctl get topics
finkctl get topics

0 comments on commit 4ea3a12

Please sign in to comment.