Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-03-15 20:59:40 +0000
committerThomas Wolf2019-03-16 10:05:31 +0000
commitdf545e2b32e999d98b8f9240360744491a2797c4 (patch)
tree0374c13a1c76837b559fcc67804b1fc7c8dbd0a9 /org.eclipse.egit.core.test
parent1602771fad4f5f2e051e1069d8106b6d3d6993e8 (diff)
downloadegit-df545e2b32e999d98b8f9240360744491a2797c4.tar.gz
egit-df545e2b32e999d98b8f9240360744491a2797c4.tar.xz
egit-df545e2b32e999d98b8f9240360744491a2797c4.zip
Fix typo in test method name
Change-Id: I1f0a36d2180f9590102846934f96a03d7baa1a6b Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.egit.core.test')
-rw-r--r--org.eclipse.egit.core.test/src/org/eclipse/egit/core/synchronize/ChangeTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.core.test/src/org/eclipse/egit/core/synchronize/ChangeTest.java b/org.eclipse.egit.core.test/src/org/eclipse/egit/core/synchronize/ChangeTest.java
index 376d9604a0..8619c02b8a 100644
--- a/org.eclipse.egit.core.test/src/org/eclipse/egit/core/synchronize/ChangeTest.java
+++ b/org.eclipse.egit.core.test/src/org/eclipse/egit/core/synchronize/ChangeTest.java
@@ -25,7 +25,7 @@ public class ChangeTest {
.fromString("63448b851ae8831a1ad007f588508d3246ec7ace");
@Test
- public void shouldNotBeEqualWithNullRefference() {
+ public void shouldNotBeEqualWithNullReference() {
// given
Change change = new Change();

Back to the top