Skip to content

Commit 314cce0

Browse files
committed
Fix test description
copy/paste leftover
1 parent 7fed747 commit 314cce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/__tests__/18-fractional-rows.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { PlanService } from "@/services/plan-service"
33
import type { IPlan, IPlanContent } from "@/interfaces"
44

55
describe("PlanService", () => {
6-
test("Computes exclusive cost correctly", () => {
6+
test("Takes fractional rows into account correctly", () => {
77
const planService = new PlanService()
88
const source = `
99
QUERY PLAN

0 commit comments

Comments
 (0)