Skip to content

Commit 47a55f5

Browse files
committed
DCO remediation
Signed-off-by: Andy Reding <andrewreding@meta.com>
1 parent eabc7e0 commit 47a55f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/databases/duckdb/duckdb.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe.each(allDucks.runtimeList)('duckdb:%s', (dbName, runtime) => {
148148
m5 is arg_min(y, x, 2)
149149
m6 is arg_min(x, y, 1)
150150
m7 is arg_max(y, x, 3)
151-
m8 is arg_max(x, y, 2)
151+
m8 is arg_max(x, y, 1)
152152
}`
153153
).malloyResultMatches(runtime, {
154154
m1: 100,
@@ -158,7 +158,7 @@ describe.each(allDucks.runtimeList)('duckdb:%s', (dbName, runtime) => {
158158
m5: [100, 50],
159159
m6: [55],
160160
m7: [1, 50, 100],
161-
m8: [1, 22],
161+
m8: [1],
162162
});
163163
});
164164

0 commit comments

Comments
 (0)