Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Oct 20, 2023
1 parent 92d58a4 commit fdb3e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atp/protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ func TestProtocol_Client_Execute(t *testing.T) {
wg.Wait()
}

//nolint:funlen
func TestProtocol_Client_ATP_v1(t *testing.T) {
// Client ReadSchema and Execute atp v1 happy path.
// This is not a fragile test because the ATP v1 is not changing. It is the legacy supported version.
Expand Down

0 comments on commit fdb3e59

Please sign in to comment.