Skip to content

Commit 2511953

Browse files
committed
feat(product-pricing): fix test name
1 parent eabb23b commit 2511953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/product-pricing/base/typescript/tests/Product.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
describe("Shopping cart should", () => {
2-
// TODO: Shopping cart spec
1+
describe("Product should", () => {
2+
// TODO: Product spec
33
});
44

55
test("test framework working", async () => {

0 commit comments

Comments
 (0)