From cf8f637ae043e042ae39f0789b96ee1d9284473e Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 17 Dec 2020 16:11:48 +0000 Subject: [PATCH] Fix test --- syncapi/types/types_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncapi/types/types_test.go b/syncapi/types/types_test.go index caefcc4f7..3698fbeea 100644 --- a/syncapi/types/types_test.go +++ b/syncapi/types/types_test.go @@ -10,10 +10,10 @@ import ( func TestNewSyncTokenWithLogs(t *testing.T) { tests := map[string]*StreamingToken{ - "s4_0_0_0": { + "s4_0_0_0_0": { PDUPosition: 4, }, - "s4_0_0_0.dl-0-123": { + "s4_0_0_0_0.dl-0-123": { PDUPosition: 4, DeviceListPosition: LogPosition{ Partition: 0,