Skip to content

Commit

Permalink
Change tests for artifact networks
Browse files Browse the repository at this point in the history
Tests now expect the correct vertex kind

Signed-off-by: Leo Sendelbach <s8lesend@stud.uni-saarland.de>
  • Loading branch information
Leo-Send committed Mar 8, 2024
1 parent 0e269af commit 0b59620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-networks-artifact.R
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ test_that("Network construction with commit-interactions as relation, artifact t
## build the expected nbetwork
vertices = data.frame(
name = c("test2.c", "test.c"),
kind = "Interaction",
kind = "File",
type = TYPE.ARTIFACT
)
edges = data.frame(
Expand Down Expand Up @@ -272,7 +272,7 @@ test_that("Network construction with commit-interactions as relation, artifact t
## build the expected nbetwork
vertices = data.frame(
name = c("test2.c", "test.c"),
kind = "Interaction",
kind = "Function",
type = TYPE.ARTIFACT
)
edges = data.frame(
Expand Down

0 comments on commit 0b59620

Please sign in to comment.