mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-23 10:26:44 +00:00
Import/Export backend
This commit is contained in:
@ -174,5 +174,11 @@ func TestStartUpgrade(t *testing.T) {
|
||||
}
|
||||
|
||||
func newTestUpdates(version string) *Updates {
|
||||
return New("bridge", version, "rev123", "42", "• new feature", "• fixed foo", testUpdateDir)
|
||||
u := NewBridge(testUpdateDir)
|
||||
u.version = version
|
||||
u.revision = "rev123"
|
||||
u.buildTime = "42"
|
||||
u.releaseNotes = "• new feature"
|
||||
u.releaseFixedBugs = "• fixed foo"
|
||||
return u
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user