mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-11 16:58:47 +01:00
Delete TODO for a test that I don't think is needed
This commit is contained in:
parent
de606c52a7
commit
84182ba5c3
@ -730,8 +730,6 @@ func hishtoryQuery(t *testing.T, tester shellTester, query string) string {
|
|||||||
return tester.RunInteractiveShell(t, "hishtory query "+query)
|
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) {
|
func manuallySubmitHistoryEntry(t *testing.T, userSecret string, entry data.HistoryEntry) {
|
||||||
encEntry, err := data.EncryptHistoryEntry(userSecret, entry)
|
encEntry, err := data.EncryptHistoryEntry(userSecret, entry)
|
||||||
shared.Check(t, err)
|
shared.Check(t, err)
|
||||||
|
Loading…
Reference in New Issue
Block a user