Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert unneeded naming changes
Browse files Browse the repository at this point in the history
tarikozyurtt committed Jul 10, 2024

Verified

This commit was signed with the committer’s verified signature.
macmv Neil Macneale V
1 parent 6c6f030 commit 16244b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/select_test.go
Original file line number Diff line number Diff line change
@@ -165,7 +165,7 @@ func TestSelectCommand(t *testing.T) {
expectedValue: "id0\n",
},
{
name: "input:json-document,output:json-lines,select:with-document-access",
name: "input:json-document,output:json,select:with-document-access",
cmd: []string{
"select", "json",
"--structure", "document",
@@ -177,7 +177,7 @@ func TestSelectCommand(t *testing.T) {
expectedValue: "{\"id\":\"id0\"}\n",
},
{
name: "input:json-document,output:json-lines,compression:gzip,select:with-document-access",
name: "input:json-document,output:json,compression:gzip,select:with-document-access",
cmd: []string{
"select", "json",
"--structure", "document",
@@ -546,7 +546,7 @@ func TestSelectCommandEmptyBucket(t *testing.T) {

testcases := []testcase{
{
name: "input:json-lines,output:json-lines,all-versions:true,empty-bucket:true",
name: "input:json-lines,output:json,all-versions:true,empty-bucket:true",
cmd: []string{
"select", "json",
"--all-versions",

0 comments on commit 16244b2

Please sign in to comment.