Skip to content

Commit

Permalink
Modify unit test for Group.draw()
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Oct 10, 2019
1 parent 25dd476 commit d4ad98f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rmgpy/molecule/groupTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1391,22 +1391,22 @@ def test_draw_group(self):
node [label="\N"];
1 [fontname=Helvetica,
fontsize=16,
label="*1 C,Cd,Ct,CO,CS,Cb"];
label="1 *1 C,Cd,Ct,CO,CS,Cb"];
2 [fontname=Helvetica,
fontsize=16,
label="*2 C,Cd,Ct,CO,CS,Cb"];
label="2 *2 C,Cd,Ct,CO,CS,Cb"];
1 -- 2 [fontname=Helvetica,
fontsize=16,
label="S,D,T,B"];
3 [fontname=Helvetica,
fontsize=16,
label="*3 C,Cd,Ct,CO,CS,Cb"];
label="3 *3 C,Cd,Ct,CO,CS,Cb"];
2 -- 3 [fontname=Helvetica,
fontsize=16,
label="S,D,T,B"];
4 [fontname=Helvetica,
fontsize=16,
label="*4 C,Cd,Ct,CO,CS,Cb"];
label="4 *4 C,Cd,Ct,CO,CS,Cb"];
3 -- 4 [fontname=Helvetica,
fontsize=16,
label="S,D,T,B"];
Expand Down

0 comments on commit d4ad98f

Please sign in to comment.