1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

core: fix test

This commit is contained in:
bbedward
2025-12-11 16:33:31 -05:00
parent 7c4b383477
commit 5c3346aa9d

View File

@@ -456,7 +456,7 @@ func TestDefaultConfig(t *testing.T) {
assert.False(t, cfg.ClearAtStartup)
assert.False(t, cfg.Disabled)
assert.False(t, cfg.DisableHistory)
assert.False(t, cfg.DisablePersist)
assert.True(t, cfg.DisablePersist)
}
func TestManager_PostDelegatesToWlContext(t *testing.T) {