Skip to content

Commit 5219e2a

Browse files
committed
Co-authored-by: dlevy-msft-sql <[email protected]>
1 parent 2245e0d commit 5219e2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/modern/e2e_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@ func TestE2E_QueryTimeout_LiveConnection(t *testing.T) {
329329

330330
// The command should fail due to timeout
331331
assert.Error(t, err, "query should timeout and return an error")
332-
332+
333333
// Output should contain timeout message
334334
assert.Contains(t, outputStr, "Timeout expired", "output should contain 'Timeout expired' message")
335-
335+
336336
// The key validation: the test itself should complete quickly (not hang for 10 minutes)
337337
// If this test completes in a reasonable time, the fix is working
338338
t.Logf("Query timed out correctly: %s", outputStr)

0 commit comments

Comments
 (0)