change from recording boolean to status enum

This commit is contained in:
LeonardoTrapani
2025-08-08 00:30:21 +02:00
parent 903274a249
commit 62c213456e
3 changed files with 36 additions and 90 deletions
-9
View File
@@ -1,9 +0,0 @@
package bus
import "testing"
func TestSockPath(t *testing.T) {
if _, err := SockPath(); err != nil {
t.Fatalf("SockPath: %v", err)
}
}