Skip to content

Commit 62ab1cd

Browse files
committed
Fix typo
1 parent 8bf5bcb commit 62ab1cd

File tree

1 file changed

+2
-2
lines changed
  • metamorph/src/test/java/org/metafacture/metamorph/collectors

1 file changed

+2
-2
lines changed

metamorph/src/test/java/org/metafacture/metamorph/collectors/EntityTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void shouldEmitEntities() {
8585
}
8686

8787
@Test
88-
public void shouldEmitEnityOnFlushEvent() {
88+
public void shouldEmitEntityOnFlushEvent() {
8989
metamorph = InlineMorph.in(this)
9090
.with("<rules>")
9191
.with(" <entity name='entity' flushWith='record'>")
@@ -121,7 +121,7 @@ public void shouldEmitEnityOnFlushEvent() {
121121
}
122122

123123
@Test
124-
public void shouldNotEmitEnityOnFlushEventIfIncomplete() {
124+
public void shouldNotEmitEntityOnFlushEventIfIncomplete() {
125125
metamorph = InlineMorph.in(this)
126126
.with("<rules>")
127127
.with(" <entity name='entity' flushWith='record' flushIncomplete='false'>")

0 commit comments

Comments
 (0)