fix: correct typos in event-sourcing (#2442)

This commit is contained in:
YongHwan
2023-01-08 01:59:09 +09:00
committed by GitHub
parent 2263e248bd
commit 186b5b6ff2
8 changed files with 18 additions and 17 deletions
@@ -37,7 +37,7 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
/**
* Intergartion Test for Event Sourcing state recovery
* Integration Test for Event-Sourcing state recovery
* <p>
* Created by Serdar Hamzaogullari on 19.08.2017.
*/
@@ -95,4 +95,4 @@ class IntegrationTest {
assertEquals(accountOfJonBeforeShotDown.getMoney(), accountOfJonAfterShotDown.getMoney());
}
}
}