From af4b403fca8293f053dab445d0b2c68ec52ce032 Mon Sep 17 00:00:00 2001 From: finn Date: Thu, 12 Oct 2023 19:19:45 -0700 Subject: [PATCH] tweak template --- cmd/web5-spec-test/report-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/web5-spec-test/report-template.md b/cmd/web5-spec-test/report-template.md index ff6c359..bb4389f 100644 --- a/cmd/web5-spec-test/report-template.md +++ b/cmd/web5-spec-test/report-template.md @@ -4,4 +4,4 @@ SDK: [{{ .TestServerID.Name }}]({{ .TestServerID.Url }}) ({{ .TestServerID.Langu | Test | Pass | Details | | ---- | ---- | ------- |{{ range $test, $result := .Results }} -| `{{ $test }}` | {{ if $result }}:heavy_check_mark: | {{ else }}:x: | -```{{ $result }}{{ end }} |{{ end }} +| `{{ $test }}` | {{ if $result }}:x: | ```{{ $result }}```{{ else }}:heavy_check_mark: |{{ end }} |{{ end }}