Skip to content

Commit

Permalink
test: check the svg for Dial2 if we have two dials
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed May 8, 2024
1 parent 8e1b7a5 commit 5e702fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-tablet-svg-validity.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ test_dials(struct fixture *f, gconstpointer data)
if (libwacom_get_num_dials(device) > 0)
check_dial(f->root, "Dial");
if (libwacom_get_num_dials(device) > 1)
check_dial(f->root, "Dial");
check_dial(f->root, "Dial2");
}

static void
Expand Down

0 comments on commit 5e702fd

Please sign in to comment.