From 2c61a3a9b4aa621871fefc27a485d927e72dbeff Mon Sep 17 00:00:00 2001 From: Thanh Nguyen Date: Thu, 27 Jul 2023 10:18:34 -0500 Subject: [PATCH] rename the test --- tests/graphql/test_graphql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/graphql/test_graphql.py b/tests/graphql/test_graphql.py index c727a23..95f1c4b 100644 --- a/tests/graphql/test_graphql.py +++ b/tests/graphql/test_graphql.py @@ -1270,7 +1270,7 @@ def test_without_path_order(client, submitter, pg_driver_clean, cgci_blgsp): }, r.data -def test_file_size_long(client, submitter, pg_driver_clean, cgci_blgsp): +def test_long_as_float_type(client, submitter, pg_driver_clean, cgci_blgsp): """Assert the long type is working as float""" post_example_entities_together(client, pg_driver_clean, submitter)