LeetCode-OpenSource/ayanami

Provide a way to copy Ayanami for different test suites

runjuu opened this issue · 1 comments

Since Ayanami is a singleton, the state and effect actions are shared for each test instance which is a bad practice for testing.

fixed by 93b9a47