From ce92868ba899c1ced9ffcfc0a90588b1b0db5f2a Mon Sep 17 00:00:00 2001 From: Gianmarco Gurioli Date: Mon, 24 May 2021 18:30:55 +0200 Subject: [PATCH] Change tests permission --- tests/test_blade.py | 0 tests/test_propeller.py | 0 tests/test_shaft.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tests/test_blade.py mode change 100755 => 100644 tests/test_propeller.py mode change 100755 => 100644 tests/test_shaft.py diff --git a/tests/test_blade.py b/tests/test_blade.py old mode 100755 new mode 100644 diff --git a/tests/test_propeller.py b/tests/test_propeller.py old mode 100755 new mode 100644 diff --git a/tests/test_shaft.py b/tests/test_shaft.py old mode 100755 new mode 100644 index cfe20ca..e918c4e --- a/tests/test_shaft.py +++ b/tests/test_shaft.py @@ -33,4 +33,4 @@ def test_exception(self): def test_init(self): sh = Shaft("tests/test_datasets/shaft.iges") - assert sh.filename == "tests/test_datasets/shaft.iges" \ No newline at end of file + assert sh.filename == "tests/test_datasets/shaft.iges"