Remove leftover merge conflicts
This commit is contained in:
parent
f667a78657
commit
a4117b470c
@ -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);
|
||||
}
|
||||
|
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user