Remove leftover merge conflicts

This commit is contained in:
Antonin Delpeuch 2018-11-22 19:16:09 +00:00
parent f667a78657
commit a4117b470c
2 changed files with 0 additions and 6 deletions

View File

@ -230,13 +230,8 @@ public class CsvExporterTests extends RefineTest {
Assert.fail();
}
<<<<<<< HEAD
String expectedOutput = ParsingUtilities.instantToLocalDateTimeString(calendar.toInstant()) + "," +
ParsingUtilities.instantToLocalDateTimeString(date.toInstant()) + "\n";
=======
String expectedOutput = ParsingUtilities.localDateToString(localDate) + "," +
ParsingUtilities.dateToString(date) + "\n";
>>>>>>> parent of c4b0ff6be... data package metadata (#1398)
Assert.assertEquals(writer.toString(), expectedOutput);
}

View File

@ -261,7 +261,6 @@ Refine.OpenProjectUI.prototype._renderProjects = function(data) {
.attr("href", "project?project=" + project.id)
.appendTo($(tr.insertCell(tr.cells.length)));
var tagsCell = $(tr.insertCell(tr.cells.length));
var tags = project.tags;
tags.map(function(tag){