Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Apr 9, 2024
1 parent 20ecbe2 commit d0d6ec6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ nfds
NitricOxideConcentrationMeasurement
NitrogenDioxideConcentrationMeasurement
nl
nltest
NLUnitTest
NLUnitTests
nmcli
Expand Down Expand Up @@ -1493,6 +1494,7 @@ utils
UUID
ux
validator
valgrind
vcom
VCP
Vectorcall
Expand Down
6 changes: 3 additions & 3 deletions docs/testing/integration_test_utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
There are several test utilities that can be used to simulate or force behavior
on devices for the purposes of testing.

When using any of these utilties it is important to inject the errors at the
When using any of these utilities it is important to inject the errors at the
point where they are running through the MOST code that they can.

If the cluster uses the [ClusterLogic](./unit_testing_clusters.md) pattern, this
Expand Down Expand Up @@ -53,8 +53,8 @@ To use NamedPipes
- Derive from NamedPipeCommandDelegate
- Implement the OnEventCommandReceived(const char \* json) function
- Instantiate and start a NamedPipeCommands object to receive commands and
pass in the NamedPipeCommandDelegate and a file path basename
- (while running) Write to the file (basename_pid) to trigger the actions
pass in the NamedPipeCommandDelegate and a file path base name
- (while running) Write to the file (baseName_pid) to trigger the actions

For a good example, see Air Quality:

Expand Down

0 comments on commit d0d6ec6

Please sign in to comment.