File: unit.py.patch

package info (click to toggle)
pyliblo 0.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: python: 552; makefile: 22; sh: 6
file content (8 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
79c79
<             assert list(self.cb.args[0]) == [4, 8, 15, 16, 23, 42]
---
>             assert self.cb.args[0] == [4, 8, 15, 16, 23, 42]
99c99
<             assert list(self.cb.args[6]) == [12, 34, 56]
---
>             assert self.cb.args[6] == [12, 34, 56]