plugin alipay cpn notify over
This commit is contained in:
parent
4aaef1ed12
commit
4b8d7edefe
|
@ -78,6 +78,6 @@ func TestNotify(t *testing.T) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Printf("TestNotify : %+v \n", got)
|
fmt.Printf("TestNotify : %+v \n", got)
|
||||||
//assert.Equal(t, int(proto.Status_SUCCESS), int(got.Result.Status))
|
assert.Equal(t, int(proto.Status_SUCCESS), int(got.Result.Status))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue