Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jul 24, 2024
1 parent d54b0fb commit b246eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee/katc/table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ func TestQueryFirefoxIndexedDB(t *testing.T) {
func TestQueryChromeIndexedDB(t *testing.T) {
t.Parallel()

// This test validates generation of table results. It uses a sqlite-backed
// This test validates generation of table results. It uses a leveldb-backed
// IndexedDB as a source, which means it also exercises functionality from
// sqlite.go, snappy.go, and deserialize_firefox.go.
// indexeddb_leveldb.go and the ee/indexeddb package.

for _, tt := range []struct {
fileName string
Expand Down

0 comments on commit b246eff

Please sign in to comment.