git/odb/pack: fix incorrect test name

This commit is contained in:
Taylor Blau 2017-12-14 21:06:37 -05:00
parent 1514cc1201
commit 674ee0d57d

@ -73,7 +73,7 @@ func TestChainDeltaWithMultipleInstructions(t *testing.T) {
assert.Equal(t, []byte("Hello, world!\n"), data)
}
func TestchainDeltaWithInvalidDeltaInstruction(t *testing.T) {
func TestChainDeltaWithInvalidDeltaInstruction(t *testing.T) {
c := &ChainDelta{
base: &ChainSimple{
X: make([]byte, 0),