(t *testing.T)
| 126 | } |
| 127 | |
| 128 | func TestAccountAddress_MarshalYAML(t *testing.T) { |
| 129 | Convey("marshal unmarshal yaml", t, func() { |
| 130 | So(unmarshalAndMarshalAccountAddress("6d5e7b36f5fa83d538539f31cf46682b0df3e0ecd192f2331dcf73e7e5ab5686"), |
| 131 | ShouldEqual, "6d5e7b36f5fa83d538539f31cf46682b0df3e0ecd192f2331dcf73e7e5ab5686") |
| 132 | }) |
| 133 | } |
| 134 | |
| 135 | func TestServerRole_MarshalYAML(t *testing.T) { |
| 136 | Convey("marshal unmarshal yaml", t, func() { |
nothing calls this directly
no test coverage detected