wrote embassy journal emissions

This commit is contained in:
Jay
2026-05-09 19:08:16 -04:00
parent f96e872e4b
commit c0c23715e6
4 changed files with 169 additions and 12 deletions
+2 -2
View File
@@ -158,8 +158,8 @@ func TestJournalCollector_ComponentIdentity(t *testing.T) {
typed, ok := received.(*testJournalEntry)
assert.True(t, ok, "should be correct concrete type")
assert.Equal(t, mod, typed.Author().Module())
assert.Equal(t, path, typed.Author().PathString())
assert.Equal(t, mod, typed.Component().Module())
assert.Equal(t, path, typed.Component().PathString())
jc.Close()
}