Skip to content

Commit

Permalink
fix(tests): fixed test name (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlangzi authored Mar 19, 2024
1 parent 0f2a8d1 commit e9118b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ func TestTopic(t *testing.T) {
},

{
name: "freeze_should_work_when_minority_nodes_are_down",
name: "freeze_should_not_work_when_majority_nodes_are_down",
run: func(r *require.Assertions) {
ttl := 10 * time.Second
m := New("freeze", "freeze", "freeze", WithPeers(peers...), WithTTL(ttl))
Expand Down

0 comments on commit e9118b7

Please sign in to comment.