Skip to content

Commit

Permalink
fix existing bats spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Apr 10, 2024
1 parent 06dea5f commit 3da6bde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions smoke-tests/smoke-sdk-grpc.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setup_file() {
wait_for_ready_app ${CONTAINER_NAME}
curl --silent "http://localhost:5001/weatherforecast"
wait_for_traces
wait_for_metrics 15
wait_for_metrics 15
}

teardown_file() {
Expand All @@ -35,6 +35,6 @@ teardown_file() {
}

@test "Manual instrumentation produces metrics" {
result=$(metric_names_for ${METRICS_DATASET})
assert_equal "$result" '"sheep"'
result=$(metric_names_for ${METRICS_DATASET})
assert_equal "$result" '"sheep"'
}
6 changes: 3 additions & 3 deletions smoke-tests/smoke-sdk-http.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setup_file() {
wait_for_ready_app ${CONTAINER_NAME}
curl --silent "http://localhost:5001/weatherforecast"
wait_for_traces
wait_for_metrics 15
wait_for_metrics 15
}

teardown_file() {
Expand All @@ -35,6 +35,6 @@ teardown_file() {
}

@test "Manual instrumentation produces metrics" {
result=$(metric_names_for ${METRICS_DATASET})
assert_equal "$result" '"sheep"'
result=$(metric_names_for ${METRICS_DATASET})
assert_equal "$result" '"sheep"'
}

0 comments on commit 3da6bde

Please sign in to comment.