Skip to content

Commit

Permalink
plumbing: packp, fix ulreq encode test
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Apr 24, 2024
1 parent 33cd06f commit 7d6b75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plumbing/protocol/packp/ulreq_encode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (s *UlReqEncodeSuite) TestFilter(c *C) {
expected := []string{
"want 1111111111111111111111111111111111111111\n",
"filter tree:0\n",
pktline.FlushString,
"",
}

testUlReqEncode(c, ur, expected)
Expand Down

0 comments on commit 7d6b75c

Please sign in to comment.