Skip to content

Commit

Permalink
removing accidentally added test
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed Jun 12, 2023
1 parent eceae5d commit 23a3efd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pkg/redis-json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,12 @@ package main

import (
"errors"
"fmt"
"github.com/mediocregopher/radix/v3"
"testing"

"github.com/redisgrafana/grafana-redis-datasource/pkg/models"
"github.com/stretchr/testify/require"
)

func TestQueryGetNumber(t *testing.T) {
// Client
radixClient, _ := radix.NewPool("tcp", fmt.Sprintf("%s:%d", "localhost", 6379), 10)
client := radixV3Impl{radixClient: radixClient}

qm := queryModel{Command: "JSON.GET", Key: "test:2", Path: "$.age"}

queryJsonGet(qm, &client)

}

/**
* Type and Length commands with Key and Path
*/
Expand Down

0 comments on commit 23a3efd

Please sign in to comment.