We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fed747 commit 314cce0Copy full SHA for 314cce0
1 file changed
src/services/__tests__/18-fractional-rows.spec.ts
@@ -3,7 +3,7 @@ import { PlanService } from "@/services/plan-service"
3
import type { IPlan, IPlanContent } from "@/interfaces"
4
5
describe("PlanService", () => {
6
- test("Computes exclusive cost correctly", () => {
+ test("Takes fractional rows into account correctly", () => {
7
const planService = new PlanService()
8
const source = `
9
QUERY PLAN
0 commit comments