Skip to content

Commit 9be46b9

Browse files
committed
Fix test
1 parent b9cf90d commit 9be46b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/stellar-rpc/internal/config/toml_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ func TestRoundTrip(t *testing.T) {
113113
*v = "test"
114114
case *uint:
115115
*v = 42
116+
case *uint16:
117+
*v = 22
116118
case *uint32:
117119
*v = 32
118120
case *time.Duration:

0 commit comments

Comments
 (0)