mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 14:35:47 +00:00
fix: linter error
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
4abcee8957
commit
53f33a9ed4
@ -177,6 +177,7 @@ func TestMsgServerReportPoPResult(t *testing.T) {
|
||||
for _, tc := range testCases {
|
||||
tc := tc
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
res, err := msgServer.ReportPopResult(ctx, &tc.msg)
|
||||
|
||||
if tc.errMsg != "" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user