Skip to content

Commit 504ba15

Browse files
committed
fix tests, again
1 parent 13d9103 commit 504ba15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Name,Type,Units,FullDescription,Description
1+
Name,Type,Units,Description,FullDescription
22
target,char[20],,Target Name,Target Name
3-
V_mag,float32,nanomaggy,V-band nanomaggy to test units,V-band flux
4-
vdisp,float64,m/s,Velocity dispersion,Vel Disp
3+
V_mag,float32,nanomaggy,V-band flux,V-band nanomaggy to test units
4+
vdisp,float64,m/s,Vel Disp,Velocity dispersion

py/desidatamodel/test/test_stub.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def test_Stub_with_descriptions(self, mock_log):
686686
# incorrect format column description file
687687
baddescfile = self.test_files / 'bad_column_descriptions.csv'
688688
header = 'Name,dtype,Units,Description'
689-
correct_header = 'Name,Type,Units,FullDescription,Description'
689+
correct_header = 'Name,Type,Units,Description,FullDescription'
690690
with self.assertRaises(ValueError) as exc:
691691
stub = Stub(filename, description_file=baddescfile)
692692
lines = str(stub)

0 commit comments

Comments
 (0)