Skip to content

Commit

Permalink
Update branch used in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Gibeling committed Jul 22, 2024
1 parent 8500323 commit ff89662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class IntegrationAlexandria {
private static final TestGraph testGraph = computeTestGraph();

protected static TestGraph computeTestGraph() {
return new TestGraph(new Artifact<>(null, new GitCoordinates(null, "https://github.com/g2forge/alexandria.git", "0.0.18")), HCollection.emptyList());
return new TestGraph(new Artifact<>(null, new GitCoordinates(null, "https://github.com/g2forge/alexandria.git", "master")), HCollection.emptyList());
}

@Test
Expand Down

0 comments on commit ff89662

Please sign in to comment.