Skip to content

Commit

Permalink
address bot comments2
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown unknown committed Nov 15, 2023
1 parent a4e31fc commit a251fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/branch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestBranchService(t *testing.T) {
t.Error("expected key to not exist")
}
if !shouldRollback && !store.Has([]byte("key")) {
t.Error("expected key to exist exist")
t.Error("expected key to exist")
}
}

Expand Down

0 comments on commit a251fef

Please sign in to comment.