Better reset the local state to attempt to fix a github action failure

This commit is contained in:
David Dworken 2022-11-12 06:42:10 -08:00
parent e485dfdaf6
commit ddc9dc1080
No known key found for this signature in database

View File

@ -29,6 +29,7 @@ func ResetLocalState(t *testing.T) {
t.Fatalf("failed to retrieve homedir: %v", err)
}
_ = BackupAndRestoreWithId(t, "-reset-local-state")
_ = os.RemoveAll(path.Join(homedir, data.HISHTORY_PATH))
}