From 8516312e85285ae6ebed6497001b52f4bd09a646 Mon Sep 17 00:00:00 2001
From: Sebastian Henz <sebastian.henz@ufz.de>
Date: Tue, 7 Apr 2020 14:53:23 +0200
Subject: [PATCH] remove outdated comment

---
 tests/testthat/test-ecxsys.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/testthat/test-ecxsys.R b/tests/testthat/test-ecxsys.R
index c668001..ffc2608 100644
--- a/tests/testthat/test-ecxsys.R
+++ b/tests/testthat/test-ecxsys.R
@@ -171,7 +171,7 @@ test_that("the curves have not changed", {
 test_that("the returned fn works the same way as internally", {
     # I don't know why it would fail but it doesn't hurt to test it.
     curves <- mod$curves
-    curves$concentration_for_plots <- NULL  # remove column "use_for_plotting"
+    curves$concentration_for_plots <- NULL
     expect_identical(curves, predict_ecxsys(mod, curves$concentration))
 })
 
-- 
GitLab