Skip to content
Snippets Groups Projects
Commit c03fabd9 authored by Chris Green's avatar Chris Green
Browse files

Update tests

parent f44e25d4
No related branches found
No related tags found
1 merge request!64Only create a new revision when necessary
......@@ -212,7 +212,7 @@ class EntityReferenceRevisionsCompositeTranslationTest extends EntityKernelTestB
$this->assertEquals(0, count($violations));
$node_de->save();
$this->assertRevisionCount(2, $node);
$this->assertRevisionCount(3, $node);
$this->assertRevisionCount(2, $composite);
$this->assertRevisionCount(2, $nested_composite);
$this->assertRevisionCount(1, $second_nested_composite);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment