Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Nov 29, 2024
1 parent 7356da5 commit 41cece4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ func TestContext(t *testing.T) {
assert.Equal(t, "one", ctx.Value(1))
assert.Equal(t, "two point two", ctx.Value(2.2))
}

0 comments on commit 41cece4

Please sign in to comment.