Skip to content

Commit acf6ac9

Browse files
authored
fix dependency indexing snapshot tests (#521)
1 parent 14a92d8 commit acf6ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scip-java/src/main/scala/com/sourcegraph/scip_java/commands/IndexDependencyCommand.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final case class IndexDependencyCommand(
2222
Paths.get("maven"),
2323
index: IndexCommand = IndexCommand(),
2424
@Hidden
25-
snapshotCommand: SnapshotLsifCommand = SnapshotLsifCommand(),
25+
snapshotCommand: SnapshotCommand = SnapshotCommand(),
2626
dependency: String = "",
2727
provided: List[String] = Nil,
2828
snapshot: Boolean = false

0 commit comments

Comments
 (0)