From 64723568a7237df93c322c0b99ae3d866f5e3be0 Mon Sep 17 00:00:00 2001 From: Alan Klikic Date: Tue, 19 Dec 2023 13:32:58 +0100 Subject: [PATCH] Update samples/java-spring-cinema-booking-choreography/README.md Co-authored-by: Brent Eritou --- samples/java-spring-cinema-booking-choreography/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java-spring-cinema-booking-choreography/README.md b/samples/java-spring-cinema-booking-choreography/README.md index 2cb016d6f7..e1c3bb07bc 100644 --- a/samples/java-spring-cinema-booking-choreography/README.md +++ b/samples/java-spring-cinema-booking-choreography/README.md @@ -616,7 +616,7 @@ public Show onEvent(ShowCreated showCreated) { ## Show Entity unit test More information about Kalix Event source entity testing can be found [here](https://docs.kalix.io/java-protobuf/event-sourced-entities.html#_testing_the_entity). -For testing the Kalix Entity, the Kalix Testkit is used (`EventSourcedTestKit`). +For testing the Kalix Entity, the Kalix TestKit is used (`EventSourcedTestKit`). ```java @Test