Unreviewed changes
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: internal/tests/api/api_test.go
Insertions: 0, Deletions: 1.
@@ -636,7 +636,6 @@
if err != nil {
t.Fatalf("unmarshaling: %v", err)
}
-
if diff := cmp.Diff(test.want, got, diffOptions...); diff != "" {
t.Errorf("mismatch (-want +got):\n%s", diff)
}
```
Change information
Commit message:
internal/tests/api: ignore TestAPI/db/module commit time
Interactions with the DB using local time and JSON truncating times
to the nearest minute caused CommitTime comparisons to fail with the DB.
Ignore commit time.
Change-Id: I5411a04e2fbeeed4760c09d612dbc637c593b861
Files:
- M internal/tests/api/api_test.go
Change size: XS
Delta: 1 file changed, 1 insertion(+), 0 deletions(-)
Branch: refs/heads/master