Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: James Struga <[email protected]>
  • Loading branch information
James Struga committed Nov 4, 2024
1 parent 93fc1b3 commit bab6e63
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/FVTTests/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ async function createTestPartitionedDataset() {
await deleteDataset(TEST_PARTITIONED_DATASET, true);
await createDataset({
primary: 300,
volser: "zmf046",
unit: 3390,
avgblk: 500,
blksize: 400,
alcunit: "TRK",
recfm: "FB",
dsorg: "PO",
Expand All @@ -45,11 +41,6 @@ async function createTestSequentialDataset() {
await deleteDataset(TEST_SEQUENTIAL_DATASET, true);
await createDataset({

Check failure on line 42 in tests/FVTTests/utilities.ts

View workflow job for this annotation

GitHub Actions / integration-test

Argument of type '{ primary: number; recfm: string; dsorg: string; name: string; secondary: number; lrecl: number; }' is not assignable to parameter of type 'DatasetCreationParams'.
primary: 300,
alcunit: "TRK",
volser: "zmf046",
unit: 3390,
avgblk: 500,
blksize: 400,
recfm: "FB",
dsorg: "PS",
name: `${TEST_SEQUENTIAL_DATASET}`,
Expand Down

0 comments on commit bab6e63

Please sign in to comment.