mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-30 12:40:48 +02:00
Better offline handling, implemented the local portion of delete, and maybe fixed the bug when running tests on github actions
This commit is contained in:
@ -16,7 +16,6 @@ import (
|
||||
|
||||
func TestESubmitThenQuery(t *testing.T) {
|
||||
// Set up
|
||||
defer shared.BackupAndRestore(t)()
|
||||
InitDB()
|
||||
|
||||
// Register a few devices
|
||||
@ -114,7 +113,6 @@ func TestESubmitThenQuery(t *testing.T) {
|
||||
|
||||
func TestDumpRequestAndResponse(t *testing.T) {
|
||||
// Set up
|
||||
defer shared.BackupAndRestore(t)()
|
||||
InitDB()
|
||||
|
||||
// Register a first device for two different users
|
||||
@ -285,7 +283,6 @@ func TestUpdateReleaseVersion(t *testing.T) {
|
||||
}
|
||||
|
||||
// Set up
|
||||
defer shared.BackupAndRestore(t)()
|
||||
InitDB()
|
||||
|
||||
// Check that ReleaseVersion hasn't been set yet
|
||||
|
Reference in New Issue
Block a user