DictionaryEntryTest fixed indentation and date

- Issue #43
This commit is contained in:
osp1 2020-05-01 15:35:01 +01:00
parent fb394cc8af
commit 738f7ed663

View file

@ -1,5 +1,5 @@
/**
* @(#) DictionaryControllerTest.java 0,1 2020/04/07
* @(#) DictionaryEntryTest.java 0,1 2020/05/01
* <p>
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
@ -47,7 +47,7 @@ class DictionaryEntryTest {
assertTrue(testSettersAndGetters.getEnglish().equals(english) &&
testSettersAndGetters.getWelsh().equals(welsh) &&
testSettersAndGetters.getWordType().equals(wordType));
}
}
/**
* A true-positive test for the equals method in DictionaryEntry.