mirror of
https://github.com/datarhei/core.git
synced 2025-10-07 17:01:01 +08:00
Fix test
This commit is contained in:
@@ -368,7 +368,7 @@ func TestProcessReportAt(t *testing.T) {
|
|||||||
err = json.Unmarshal(response.Raw, &x)
|
err = json.Unmarshal(response.Raw, &x)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
|
|
||||||
require.Equal(t, 2, len(x.History))
|
require.Equal(t, 1, len(x.History))
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestSearchReportHistory(t *testing.T) {
|
func TestSearchReportHistory(t *testing.T) {
|
||||||
|
Reference in New Issue
Block a user