Skip to content

Commit

Permalink
Fix test. (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerstu authored Mar 28, 2021
1 parent 11e680f commit 365a5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/openlcb/ConfigRenderer.cxxtest
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,11 @@ TEST(CdiRender, RenderIdent)
<segment space='251' origin='1'>
<string size='63'>
<name>User Name</name>
<description>This name will appear in network browsers for the current node.</description>
<description>This name will appear in network browsers for this device.</description>
</string>
<string size='64'>
<name>User Description</name>
<description>This description will appear in network browsers for the current node.</description>
<description>This description will appear in network browsers for this device.</description>
</string>
</segment>
<segment space='12' origin='33'>
Expand Down

0 comments on commit 365a5e4

Please sign in to comment.