Skip to content

Commit 16663e6

Browse files
committed
remove test case
1 parent ed9ee4a commit 16663e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmd/browsers_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,6 @@ func TestParseViewport_ValidFormats(t *testing.T) {
893893
{"2560x1440@10", 2560, 1440, 10},
894894
{"1024x768@60", 1024, 768, 60},
895895
{"1920x1080", 1920, 1080, 0},
896-
{"800x600", 800, 600, 0},
897896
}
898897

899898
for _, tt := range tests {

0 commit comments

Comments
 (0)