From 46e71f3a369bce3f316da875f5752ff82afbe846 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Thu, 16 Nov 2023 12:12:18 -0500 Subject: [PATCH] Apply suggestion --- tests/test_roman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_roman.py b/tests/test_roman.py index 71d85138..841235a6 100644 --- a/tests/test_roman.py +++ b/tests/test_roman.py @@ -1,5 +1,5 @@ """ -Integration tests with JWST pipeline +Integration tests with ROMAN pipeline """ from inspect import getmembers, isclass