From 88ed1c9b8c6501ff159e4ef804331e5135d9f1ab Mon Sep 17 00:00:00 2001 From: schochastics Date: Thu, 6 Mar 2025 13:01:27 +0100 Subject: [PATCH] updated snapshot --- tests/testthat/_snaps/foreign.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/testthat/_snaps/foreign.md b/tests/testthat/_snaps/foreign.md index 2034059e4e..731ec2465f 100644 --- a/tests/testthat/_snaps/foreign.md +++ b/tests/testthat/_snaps/foreign.md @@ -37,7 +37,8 @@ g <- graph_from_graphdb(nodes = 10, prefix = "not_existing") Condition Error in `graph_from_graphdb()`: - ! not_existing is not a valid prefix. Must be one of iso, si6, mcs10, mcs30, mcs50, mcs70, and mcs90. + ! not_existing is not a valid prefix. + i Must be one of iso, si6, mcs10, mcs30, mcs50, mcs70, and mcs90. ---