mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tools/etcd-dump-logs: fix minor typo
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
b8e8d75677
commit
fd7e7a01ad
@ -117,9 +117,9 @@ func TestEtcdDumpLogEntryType(t *testing.T) {
|
|||||||
}
|
}
|
||||||
if !bytes.Equal(actual, expected) {
|
if !bytes.Equal(actual, expected) {
|
||||||
t.Errorf(`Got input of length %d, wanted input of length %d
|
t.Errorf(`Got input of length %d, wanted input of length %d
|
||||||
==== BEGIN RECIEVED FILE ====
|
==== BEGIN RECEIVED FILE ====
|
||||||
%s
|
%s
|
||||||
==== END RECIEVED FILE ====
|
==== END RECEIVED FILE ====
|
||||||
==== BEGIN EXPECTED FILE ====
|
==== BEGIN EXPECTED FILE ====
|
||||||
%s
|
%s
|
||||||
==== END EXPECTED FILE ====
|
==== END EXPECTED FILE ====
|
||||||
|
Loading…
x
Reference in New Issue
Block a user