Run unit tests when tap/api changes (#1016)

* update test files paths
This commit is contained in:
gadotroee
2022-04-19 08:51:32 +03:00
committed by GitHub
parent 1213162b85
commit 149e86d050
6 changed files with 6 additions and 7 deletions

View File

@@ -93,8 +93,8 @@ type RequestResponsePair struct {
Response GenericMessage `json:"response"`
}
// `Protocol` is modified in the later stages of data propagation. Therefore it's not a pointer.
type OutputChannelItem struct {
// `Protocol` is modified in later stages of data propagation. Therefore, it's not a pointer.
Protocol Protocol
Capture Capture
Timestamp int64