Unverified Commit 58fe0124 authored by astaxie's avatar astaxie Committed by GitHub

Merge pull request #3274 from gombaniro/improvement/make-TestSet-on-map-self-contained

breaks dependency on TestNewBeeMap Testcase
parents bf0d40bc 6b62502b
......@@ -26,6 +26,7 @@ func TestNewBeeMap(t *testing.T) {
}
func TestSet(t *testing.T) {
safeMap = NewBeeMap()
if ok := safeMap.Set("astaxie", 1); !ok {
t.Error("expected", true, "got", false)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment