MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / TestAccountAddress_MarshalYAML

Function TestAccountAddress_MarshalYAML

proto/nodeinfo_test.go:128–133  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

126}
127
128func TestAccountAddress_MarshalYAML(t *testing.T) {
129 Convey("marshal unmarshal yaml", t, func() {
130 So(unmarshalAndMarshalAccountAddress("6d5e7b36f5fa83d538539f31cf46682b0df3e0ecd192f2331dcf73e7e5ab5686"),
131 ShouldEqual, "6d5e7b36f5fa83d538539f31cf46682b0df3e0ecd192f2331dcf73e7e5ab5686")
132 })
133}
134
135func TestServerRole_MarshalYAML(t *testing.T) {
136 Convey("marshal unmarshal yaml", t, func() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected