mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
Updated to use v2 imports (removes dependancy on v1)
various doc updates as well.
This commit is contained in:
@@ -82,10 +82,10 @@ func TestDocument_Save(t *testing.T) {
|
||||
}
|
||||
|
||||
defer func() {
|
||||
if err := DoAction("DK", "Undo"); err != nil {
|
||||
if err = DoAction("DK", "Undo"); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
err := d.Save()
|
||||
err = d.Save()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user