mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 05:51:38 +02:00
Remove TODO that was fixed in f5264b6eff0bc0a2f3753ccd1f28477fe322ce3e
This commit is contained in:
parent
69b9b58cd0
commit
8097c31afa
@ -2491,7 +2491,6 @@ func TestImportHistory(t *testing.T) {
|
|||||||
require.Contains(t, out, "echo command-305")
|
require.Contains(t, out, "echo command-305")
|
||||||
out = tester.RunInteractiveShell(t, ` hishtory export -pipefail`)
|
out = tester.RunInteractiveShell(t, ` hishtory export -pipefail`)
|
||||||
testutils.CompareGoldens(t, out, "TestImportHistory-export")
|
testutils.CompareGoldens(t, out, "TestImportHistory-export")
|
||||||
// TODO: There is a bug here that will be evident if you check that the export is in the correct order on the remote device, because timestamps don't have sufficient granularity
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func BenchmarkImport(b *testing.B) {
|
func BenchmarkImport(b *testing.B) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user