Skip to content

Commit 248243e

Browse files
Copilot : resolve issues
1 parent 155d8a4 commit 248243e

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

test/pyflubl/test_T019_ECol.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def make_T019_ecol() :
3232

3333
m.Write(this_dir+"/T019_ECol")
3434

35+
return m
36+
3537
def test_T019_ecol() :
3638
make_T019_ecol()
3739

test/pyflubl/test_T050_Sampler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def make_T050_sampler() :
4343
m.Write(this_dir+"/T050_Sampler")
4444

4545
return m
46+
4647
def test_T050_sampler() :
4748
make_T050_sampler()
4849

test/pyflubl/test_T050_Title.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def make_T050_title() :
2525
m.Write(this_dir+"/T050_Title")
2626

2727
return m
28+
2829
def test_T050_title() :
2930
make_T050_title()
3031

test/pyflubl/test_T300_Usricall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def make_T300_Usricall() :
5151
m.Write(this_dir+"/T300_Usricall", prettyJSON=False)
5252

5353
return m
54+
5455
def test_T300_Usricall() :
5556
make_T300_Usricall()
5657

0 commit comments

Comments
 (0)