We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd4f00 commit e0aa62eCopy full SHA for e0aa62e
dataset/dataset_test.go
@@ -150,6 +150,7 @@ func TestLoadDataset(t *testing.T) {
150
"some/path/structure4_l_u_0.pdb\n"+
151
"some/path/structure4_l_u_1.pdb\n"+
152
"some/path/structure4_ambig.tbl\n"+
153
+ "some/path/structure4_ambig.tbl.tgz\n"+
154
"some/path/structure4_unambig-rest.tbl\n"+
155
"some/path/structure4_ATP.top\n"+
156
"some/path/structure42_ATP.top\n"+
@@ -183,7 +184,7 @@ func TestLoadDataset(t *testing.T) {
183
184
if len(v.Ligand) != 2 {
185
t.Errorf("Failed: Not all ligands were loaded")
186
}
- if len(v.Restraints) != 2 {
187
+ if len(v.Restraints) != 3 {
188
t.Errorf("Failed: Not all restraints were loaded")
189
190
if len(v.Toppar) != 2 {
0 commit comments