We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf5bcb commit 62ab1cdCopy full SHA for 62ab1cd
metamorph/src/test/java/org/metafacture/metamorph/collectors/EntityTest.java
@@ -85,7 +85,7 @@ public void shouldEmitEntities() {
85
}
86
87
@Test
88
- public void shouldEmitEnityOnFlushEvent() {
+ public void shouldEmitEntityOnFlushEvent() {
89
metamorph = InlineMorph.in(this)
90
.with("<rules>")
91
.with(" <entity name='entity' flushWith='record'>")
@@ -121,7 +121,7 @@ public void shouldEmitEnityOnFlushEvent() {
121
122
123
124
- public void shouldNotEmitEnityOnFlushEventIfIncomplete() {
+ public void shouldNotEmitEntityOnFlushEventIfIncomplete() {
125
126
127
.with(" <entity name='entity' flushWith='record' flushIncomplete='false'>")
0 commit comments