Delete TODO for a test that I don't think is needed

This commit is contained in:
David Dworken 2022-06-04 22:30:20 -07:00
parent de606c52a7
commit 84182ba5c3

View File

@ -730,8 +730,6 @@ func hishtoryQuery(t *testing.T, tester shellTester, query string) string {
return tester.RunInteractiveShell(t, "hishtory query "+query)
}
// TODO: Maybe a dedicated unit test for retrieveAdditionalEntriesFromRemote
func manuallySubmitHistoryEntry(t *testing.T, userSecret string, entry data.HistoryEntry) {
encEntry, err := data.EncryptHistoryEntry(userSecret, entry)
shared.Check(t, err)