mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -06:00
Undo changes to test
This commit is contained in:
parent
4d6347b21a
commit
e3267cf12a
|
|
@ -4,9 +4,9 @@ import "testing"
|
||||||
|
|
||||||
func TestNewSyncTokenFromString(t *testing.T) {
|
func TestNewSyncTokenFromString(t *testing.T) {
|
||||||
shouldPass := map[string]syncToken{
|
shouldPass := map[string]syncToken{
|
||||||
"s4_0_0": NewStreamToken(4, 0).syncToken,
|
"s4_0": NewStreamToken(4, 0).syncToken,
|
||||||
"s3_1_0": NewStreamToken(3, 1).syncToken,
|
"s3_1": NewStreamToken(3, 1).syncToken,
|
||||||
"t3_1": NewTopologyToken(3, 1).syncToken,
|
"t3_1": NewTopologyToken(3, 1).syncToken,
|
||||||
}
|
}
|
||||||
|
|
||||||
shouldFail := []string{
|
shouldFail := []string{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue