Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit b1f9ef6

Browse files
Matthieu`mmontes11
authored andcommitted
Fix typo
#5 (comment)
1 parent bb0ebaf commit b1f9ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/galera/gtid_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
func TestGTIDUnmarshal(t *testing.T) {
1111
var gtid galera.GTID
12-
err := gtid.UnmarshalText([]byte("0-1`-2"))
12+
err := gtid.UnmarshalText([]byte("0-1-2"))
1313
if err != nil {
1414
t.Fatal(err)
1515
}

0 commit comments

Comments
 (0)