diff --git a/evaluations/movevm_substrate_pallet_whisker.md b/evaluations/movevm_substrate_pallet_whisker.md
index df49973c0..3ebe2b6fc 100644
--- a/evaluations/movevm_substrate_pallet_whisker.md
+++ b/evaluations/movevm_substrate_pallet_whisker.md
@@ -12,7 +12,7 @@
| ------ | ----------- | -------- | ---- |----------------- |
| **0a.**| License |
| [MIT](https://github.com/eigerco/pallet-move/blob/main/LICENSE) | |
| **0b.** | Documentation ||[Link](https://github.com/eigerco/pallet-move/blob/main/README.md) | The documentations are easy to read, which explain the working of the application.|
-| **0c.** | Testing and Testing Guide || - [Testing guide](https://github.com/eigerco/pallet-move/blob/main/doc/testing_guide.md)
- [Integration tests with mock](https://github.com/eigerco/pallet-move/tree/main/tests)
- [Testing node](https://github.com/eigerco/substrate-node-template-move-vm-test)
| Many ignored test cases.|
+| **0c.** | Testing and Testing Guide || - [Testing guide](https://github.com/eigerco/pallet-move/blob/main/doc/testing_guide.md)
- [Integration tests with mock](https://github.com/eigerco/pallet-move/tree/main/tests)
- [Testing node](https://github.com/eigerco/substrate-node-template-move-vm-test)
| |
| **0d.** | Docker || [Dockerfile](https://github.com/eigerco/pallet-move/blob/main/Dockerfile) | Work as expected |
| **0e.** | Article ||[Design article](https://github.com/eigerco/pallet-move/blob/main/doc/design.md)| A good article which is easy to read and understand. |
| 1 | System pallet: Substrate Move || [Pallet](https://github.com/eigerco/pallet-move) [Workflows](https://github.com/eigerco/pallet-move/tree/main/.github/workflows) | Work as expected|