CCM NG: Fixed CategoryRepositoryTest
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3947 8810af33-2d31-482b-a856-94f89814c4dfpull/2/head
parent
2f7b0f1dcb
commit
b32c0ab6f1
|
|
@ -244,7 +244,7 @@ public class CategoryRepositoryTest {
|
|||
@ShouldMatchDataSet(
|
||||
value = "datasets/org/libreccm/categorization/CategoryRepositoryTest/"
|
||||
+ "after-save-new-category.yml",
|
||||
excludeColumns = {"object_id"})
|
||||
excludeColumns = {"object_id", "uuid"})
|
||||
@InSequence(3100)
|
||||
public void saveNewCategory() {
|
||||
final Category category = new Category();
|
||||
|
|
|
|||
Loading…
Reference in New Issue