From 0681d28ebf80830c3e02501ede16f7bb86b61ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 11 Jun 2024 18:39:03 +0200 Subject: [PATCH] test: Test adding vertex names --- tests/testthat/setup.R | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/testthat/setup.R diff --git a/tests/testthat/setup.R b/tests/testthat/setup.R new file mode 100644 index 00000000000..0841dd8120e --- /dev/null +++ b/tests/testthat/setup.R @@ -0,0 +1 @@ +local_igraph_options(add.vertex.names = TRUE, .in = testthat::teardown_env())