Undo changes to test

This commit is contained in:
Neil Alexander 2020-05-28 15:39:29 +01:00
parent 4d6347b21a
commit e3267cf12a

View file

@ -4,9 +4,9 @@ import "testing"
func TestNewSyncTokenFromString(t *testing.T) {
shouldPass := map[string]syncToken{
"s4_0_0": NewStreamToken(4, 0).syncToken,
"s3_1_0": NewStreamToken(3, 1).syncToken,
"t3_1": NewTopologyToken(3, 1).syncToken,
"s4_0": NewStreamToken(4, 0).syncToken,
"s3_1": NewStreamToken(3, 1).syncToken,
"t3_1": NewTopologyToken(3, 1).syncToken,
}
shouldFail := []string{