Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Feb 10, 2025
1 parent 2bc9bb0 commit 59dcb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtorc/inst/cell_dao_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestSaveAndReadCells(t *testing.T) {
}()
cells := []string{"zone1", "zone2", "zone3"}
for _, cell := range cells {
SaveCell(cell)
require.NoError(t, SaveCell(cell))
}
cellsRead, err := ReadCells()
require.NoError(t, err)
Expand Down

0 comments on commit 59dcb19

Please sign in to comment.