Skip to content

Commit 73ffd8c

Browse files
authored
Fix README
1 parent aee1664 commit 73ffd8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This repository contains examples of how to implement real unit tests for a dbt
1818
- [x] ~Add katas and improve README~
1919
- [x] ~Add component test examples~
2020
- [x] ~Add support for Github Codespaces~
21-
- [x] Add contract test examples
21+
- [x] ~Add contract test examples~
2222
- [ ] Add data quality test examples
2323

2424
## Sample dbt app
@@ -29,7 +29,7 @@ Our sample dbt app is called health-insights. It takes weight and height data fr
2929
## Types of tests
3030
The repository contains examples for both unit and component tests.
3131

32-
![The usual test pyramid for an operational app](https://miro.medium.com/v2/resize:fit:600/format:webp/1*5sbYcZw0v0sQv5oMddkp9Q.png)
32+
![The usual test pyramid for an operational app](https://miro.medium.com/v2/resize:fit:800/format:webp/1*I6-e27kPOuJ9QaIgR9OwXw.png)
3333

3434

3535
## Katas

0 commit comments

Comments
 (0)