Skip to content

Commit d7eaec4

Browse files
committed
Update comment wording in smoke tests a bit
1 parent 5c48c1b commit d7eaec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/Invoke-SmokeTests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are runs as part of the deployment process to ensure the newly published module is working as expected.
2-
# These tests run against the installed module, not the source code, so they should not use mocks and are more of a real-world test.
3-
# Since mocks are not used, we must be careful to not rely on state stored on the machine, such as a module configuration file.
2+
# These tests run against the installed module, not the source code, so they are more of a real-world test and should not use mocks.
3+
# Since mocks are not used, be careful to not rely on state stored on the machine, such as a module configuration file.
44
# To run these tests on your local machine, see the comments in the BeforeAll block.
55

66
BeforeAll {

0 commit comments

Comments
 (0)