Skip to content

Commit

Permalink
fixup! Fixed failing tests, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden Peterson committed Jan 29, 2025
1 parent bb8107a commit 6f3b476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/semanticdb/test
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ does_not_produce_semanticdb_for_source_jars() {
semanticdb_info_path="$bazel_bin/plugins/semanticdb/semanticdb-sourcejar-semanticdb-info.txt"

[ "$(jq '.semanticDbFiles' "$semanticdb_info_path")" = '[]' ]
[ "$(jq '.targetRoot' "$semanticdb_info_path")" = 'plugins/semanticdb/semanticdb-sourcejar/semanticdb' ]
[ "$(jq '.targetRoot' "$semanticdb_info_path")" = '"plugins/semanticdb/semanticdb-sourcejar/semanticdb"' ]
}

works_with_scala_2_13
Expand Down

0 comments on commit 6f3b476

Please sign in to comment.