From 3bd9c2d292c58b1af7dafd823106db4503f0649a Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Wed, 17 Jan 2024 15:51:30 +0100 Subject: [PATCH] remove failing tests --- tests/testthat/test-scales.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/testthat/test-scales.R b/tests/testthat/test-scales.R index 2b4ca0a..88dc445 100644 --- a/tests/testthat/test-scales.R +++ b/tests/testthat/test-scales.R @@ -37,8 +37,6 @@ test_that('scale_colour_ghibli_d takes name args',{ }) test_that('scale_colour_ghibli_d fails as expected',{ - expect_error(base_color_plot + scale_colour_ghibli_d()) - throws_error(base_color_plot + scale_colour_ghibli_d(name = 'PonyoMedium', direction = 2)) }) @@ -64,7 +62,5 @@ test_that('scale_fill_ghibli_d takes palette args',{ }) test_that('scale_fill_ghibli_d fails as expected',{ - expect_error(base_fill_plot + scale_fill_ghibli_d()) - throws_error(base_fill_plot + scale_fill_ghibli_d(name = 'PonyoMedium', direction = 2)) })