Skip to content

Commit

Permalink
fix: race condition due to bad status of a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTheocharis committed Nov 29, 2023
1 parent 3b3283d commit 5814f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/opcua_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ func TestAgainstSimulator(t *testing.T) {
t.Fatal(err)
}

assert.Equal(t, 127, len(messageBatch))
assert.GreaterOrEqual(t, len(messageBatch), 127)

// Close connection
if input.client != nil {
Expand Down

0 comments on commit 5814f85

Please sign in to comment.