This commit is contained in:
Stephan D
2026-03-10 12:31:09 +01:00
parent d87e709f43
commit e77d1ab793
287 changed files with 2089 additions and 1550 deletions

View File

@@ -13,9 +13,8 @@ func TestChainAssetDescriptionImplementsStorable(t *testing.T) {
func TestChainAssetDescriptionCollection(t *testing.T) {
var desc ChainAssetDescription
want := string(mservice.ChainAssets)
want := mservice.ChainAssets
if got := desc.Collection(); got != want {
t.Fatalf("Collection() = %q, want %q", got, want)
}
}

View File

@@ -32,7 +32,7 @@ func (ne *NotificationEventImp) ToString() string {
}
func (ne *NotificationEventImp) StringType() string {
return string(ne.nType)
return ne.nType
}
func (ne *NotificationEventImp) StringAction() string {

View File

@@ -44,7 +44,7 @@ func (ne *NotificationEventImp) ToString() string {
}
func (ne *NotificationEventImp) StringType() string {
return string(ne.nType)
return ne.nType
}
func (ne *NotificationEventImp) StringAction() string {