From 300edcca74d22ffe204bdd4fa392e3778afc43da Mon Sep 17 00:00:00 2001 From: Owen Stephens Date: Tue, 24 Oct 2017 08:58:32 +0100 Subject: [PATCH] Minor fix to comment in code --- .../tests/operations/cell/SplitMultiValuedCellsTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/tests/server/src/com/google/refine/tests/operations/cell/SplitMultiValuedCellsTests.java b/main/tests/server/src/com/google/refine/tests/operations/cell/SplitMultiValuedCellsTests.java index 0e23a5f16..312899ae6 100644 --- a/main/tests/server/src/com/google/refine/tests/operations/cell/SplitMultiValuedCellsTests.java +++ b/main/tests/server/src/com/google/refine/tests/operations/cell/SplitMultiValuedCellsTests.java @@ -111,7 +111,7 @@ public class SplitMultiValuedCellsTests extends RefineTest { } /** - * Test to demonstrate the intended behaviour of the function, for issue #1214 + * Test to demonstrate the intended behaviour of the function, for issue #1268 * https://github.com/OpenRefine/OpenRefine/issues/1268 */