From 8097c31afab12eee04873b078ee6af121788f866 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 7 Oct 2023 14:36:02 -0700 Subject: [PATCH] Remove TODO that was fixed in f5264b6eff0bc0a2f3753ccd1f28477fe322ce3e --- client/client_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/client_test.go b/client/client_test.go index b349cdc..9ed468e 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -2491,7 +2491,6 @@ func TestImportHistory(t *testing.T) { require.Contains(t, out, "echo command-305") out = tester.RunInteractiveShell(t, ` hishtory export -pipefail`) 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) {