updated dependencies and go
This commit is contained in:
+2
-2
@@ -50,7 +50,7 @@ func TestPDFBuilder(t *testing.T) {
|
||||
TextColorHex(uint32(0x000000)).
|
||||
Align(AlignHorzCenter).
|
||||
Bold(),
|
||||
minWidth: langext.Ptr(float64(5)),
|
||||
minWidth: new(float64(5)),
|
||||
ellipsize: langext.PTrue,
|
||||
multiCell: langext.PFalse,
|
||||
}
|
||||
@@ -63,7 +63,7 @@ func TestPDFBuilder(t *testing.T) {
|
||||
FillColorHex(uint32(0xC060C0)).
|
||||
FillBackground(true).
|
||||
TextColorHex(uint32(0x000000)),
|
||||
minWidth: langext.Ptr(float64(5)),
|
||||
minWidth: new(float64(5)),
|
||||
ellipsize: langext.PFalse,
|
||||
multiCell: langext.PTrue,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user