Skip to content

Commit 8fdee1d

Browse files
committed
fixing log message
1 parent 0d2d20c commit 8fdee1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sdk/server/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ run-contract-tests:
3232
@echo "Running SDK contract test v2..."
3333
@curl -s https://raw.githubusercontent.com/launchdarkly/sdk-test-harness/v2/downloader/run.sh \
3434
| VERSION=v2 PARAMS="-url http://localhost:$(TEST_SERVICE_PORT) -debug -skip-from=$(SUPPRESSION_FILE) $(TEST_HARNESS_PARAMS_V2)" sh
35-
@echo "Running SDK contract test v3.0.0-alpha.1..."
35+
@echo "Running SDK contract test v3..."
3636
@curl -s https://raw.githubusercontent.com/launchdarkly/sdk-test-harness/v3.0.0-alpha.3/downloader/run.sh \
3737
| VERSION=v3.0.0-alpha.3 PARAMS="-url http://localhost:$(TEST_SERVICE_PORT) -debug -stop-service-at-end -skip-from=$(SUPPRESSION_FILE_FDV2) $(TEST_HARNESS_PARAMS_V3)" sh
3838

0 commit comments

Comments
 (0)