File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77However, tests require an additional environment variable ` GOOGLE_CLOUD_PROJECT_NUMBER ` to run. For instance,
88
9- In [ ` UpdateTopicExampleIT .java` ] ( snippets/src/test/java/pubsublite/UpdateTopicExampleIT .java ) :
9+ In [ ` QuickStartIT .java` ] ( snippets/src/test/java/pubsublite/QuickStartIT .java ) :
1010
1111``` java
1212private static final String GOOGLE_CLOUD_PROJECT_NUMBER =
@@ -16,12 +16,12 @@ Here, the program needs you to provide your [Google Cloud Project Number](https:
1616
1717To run a sample's integration test in Cloud Shell:
1818
19- 1 . ` cd samples/snippets ` - all samples are located in ` java-pubsublite/samples/snippets ` directory.
19+ 1 . ` cd samples/ ` - all samples are located in ` java-pubsublite/samples/snippets ` directory.
2020
21211 . ` mvn clean -Dtest=QuickStartIT test ` - this runs the integration test for ` UpdateTopicExample.java ` .
2222
2323To run a sample, update the developer's TODO section in the snippet, then:
2424
25- 1 . ` cd samples/snippets ` - all samples are located in ` java-pubsublite/samples/snippets ` directory.
25+ 1 . ` cd samples/snippets/ ` - all samples are located in ` java-pubsublite/samples/snippets ` directory.
2626
27271 . ` mvn compile exec:java -Dexec.mainClass=pubsublite.ListTopicsExample ` - this should list the topics in your project.
You can’t perform that action at this time.
0 commit comments