Skip to content

Commit e0aa62e

Browse files
committed
improve test
1 parent ddd4f00 commit e0aa62e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dataset/dataset_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ func TestLoadDataset(t *testing.T) {
150150
"some/path/structure4_l_u_0.pdb\n"+
151151
"some/path/structure4_l_u_1.pdb\n"+
152152
"some/path/structure4_ambig.tbl\n"+
153+
"some/path/structure4_ambig.tbl.tgz\n"+
153154
"some/path/structure4_unambig-rest.tbl\n"+
154155
"some/path/structure4_ATP.top\n"+
155156
"some/path/structure42_ATP.top\n"+
@@ -183,7 +184,7 @@ func TestLoadDataset(t *testing.T) {
183184
if len(v.Ligand) != 2 {
184185
t.Errorf("Failed: Not all ligands were loaded")
185186
}
186-
if len(v.Restraints) != 2 {
187+
if len(v.Restraints) != 3 {
187188
t.Errorf("Failed: Not all restraints were loaded")
188189
}
189190
if len(v.Toppar) != 2 {

0 commit comments

Comments
 (0)