Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e119a5c5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Inclusive fix: change the word dummy to fake in zip_test.go"

parents 9326ba77 358d8fd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ func TestRLEBuffer(t *testing.T) {
	}
}

// fakeHash32 is a dummy Hash32 that always returns 0.
// fakeHash32 is a fake Hash32 that always returns 0.
type fakeHash32 struct {
	hash.Hash32
}