mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 00:06:38 +00:00
Fetch events with offset limit
This commit is contained in:
@@ -40,7 +40,7 @@ func TestNewSQLiteStore(t *testing.T) {
|
||||
|
||||
assert.Len(t, result, 10)
|
||||
|
||||
result, err = store.GetLast(accountID, 5)
|
||||
result, err = store.Get(accountID, 1, 5, true)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user