Skip to content

Commit c087795

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: RW <rene@gofiber.io>
1 parent 7bc872e commit c087795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

decoder_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,6 +2457,7 @@ func TestDefaultsAreNotSupportedForStructsAndStructSlices(t *testing.T) {
24572457
}
24582458

24592459
func TestDefaultValueWithColon(t *testing.T) {
2460+
t.Parallel()
24602461
type D struct {
24612462
URL string `schema:"url,default:http://localhost:8080"`
24622463
}

0 commit comments

Comments
 (0)