Release v0.2.39
Publish Memby release / release (push) Canceled after 0s

This commit is contained in:
ponzischeme89
2026-08-09 16:57:14 +12:00
parent 52e167ea59
commit 598a4f5c75
7 changed files with 206 additions and 3 deletions
@@ -185,9 +185,17 @@ class UserPreferencesTest {
token = "session-token",
ringColorHex = "FF0000",
rotationIntervalSeconds = 45,
confirmExitMemby = true,
).toUserPreferences().encode().toString()
listOf("Living room", "device-1", "gitea-secret", "git.example", "session-token")
listOf(
"Living room",
"device-1",
"gitea-secret",
"git.example",
"session-token",
"confirmExitMemby",
)
.forEach { assertTrue("$it reached the wire", it !in encoded) }
}
}