1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

internal/server/parse_request_test.go: Remove out commented import.

This commit is contained in:
Henrik Hautakoski 2022-11-24 15:06:58 +01:00
parent 9109bef803
commit 881e7cd760
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -2,7 +2,7 @@ package server
import (
"testing"
// "fmt"
"github.com/eosswedenorg/eosio-api-healthcheck/internal/api"
"github.com/stretchr/testify/assert"
)