Skip to content

Commit

Permalink
test: extend with typos
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Bednář <[email protected]>
  • Loading branch information
alespour and bednar authored Jul 19, 2024
1 parent 65f4aab commit c056486
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/influx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ func TestService_Influx_CommandWithOnClause(t *testing.T) {
name: `show tag keys on "mydb"`,
db: "mydb",
},
{
name: `show tag keys oN "mydb"`,
db: "mydb",
},
{
name: `show tag keys on "mydb" from "table"`,
db: "mydb",
Expand Down

0 comments on commit c056486

Please sign in to comment.