Skip to content

Commit 939ce2b

Browse files
committed
Use the new hash in the timestamp file
1 parent 96dfaf5 commit 939ce2b

6 files changed

+653
-278
lines changed

tables/sofa/BUILD.bazel

+9-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ go_test(
2222
"sofa_info_test.go",
2323
],
2424
embed = [":sofa"],
25-
embedsrcs = ["test_data.json"],
26-
deps = ["@com_github_stretchr_testify//assert"],
25+
embedsrcs = [
26+
"test_data.json",
27+
"test_invalid_timestamp.json",
28+
"test_timestamp.json",
29+
],
30+
deps = [
31+
"//pkg/utils",
32+
"@com_github_stretchr_testify//assert",
33+
],
2734
)

0 commit comments

Comments
 (0)