Skip to content

Commit 1f5b6a1

Browse files
committed
Remove unused fmt options
Former-commit-id: ff1dfb0
1 parent fc7b30d commit 1f5b6a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

metadata/TestData.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"data": {
3-
"command": "node bin/TestData.js --id ${id} --parameters ${parameters} --start ${start} --stop ${stop} --format ${format}",
3+
"command": "node bin/TestData.js --id ${id} --parameters ${parameters} --start ${start} --stop ${stop}",
44
"formats": ["csv"],
55
"contact": "[email protected]",
6-
"test": "node bin/TestData.js --id dataset1 --parameters Time,scalar --start 2001-01-01 --stop 2001-01-01T00:10:00 --format csv"
6+
"test": "node bin/TestData.js --id dataset1 --parameters Time,scalar --start 2001-01-01 --stop 2001-01-01T00:10:00"
77
},
88
"catalog" :
99
[

metadata/TestDataBad.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"data": {
3-
"command": "node bin/TestData.js --id ${id} --parameters ${parameters} --start ${start} --stop ${stop} --format ${format}",
4-
"formats": ["csv","binary"],
3+
"command": "node bin/TestData.js --id ${id} --parameters ${parameters} --start ${start} --stop ${stop}",
4+
"formats": ["csv"],
55
"contact": "[email protected]",
6-
"test": "node bin/TestData.js --id dataset0 --parameters Time,scalar --start 2001-01-01 --stop 2001-01-01T00:10:00 --format csv"
6+
"test": "node bin/TestData.js --id dataset0 --parameters Time,scalar --start 2001-01-01 --stop 2001-01-01T00:10:00"
77
},
88
"catalog" :
99
[

0 commit comments

Comments
 (0)