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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu` authored and mmontes11 committed Nov 13, 2023
1 parent bb0ebaf commit b1f9ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/galera/gtid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

func TestGTIDUnmarshal(t *testing.T) {
var gtid galera.GTID
err := gtid.UnmarshalText([]byte("0-1`-2"))
err := gtid.UnmarshalText([]byte("0-1-2"))
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit b1f9ef6

Please sign in to comment.