Skip to content

Commit

Permalink
Improve TestNewBoltFromEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 12, 2018
1 parent 0575dd6 commit f1cb1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hub/history_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func TestNewBoltFromEnv(t *testing.T) {
defer os.Remove("test.db")

assert.FileExists(t, "test.db")
assert.IsType(t, &bolt.DB{}, db)
}

func TestBoltHistory(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion spec/mercure.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ workgroup = "Network Working Group"

[seriesInfo]
name = "Internet-Draft"
value = "draft-dunglas-mercure-00"
value = "draft-dunglas-mercure-01"
stream = "IETF"
status = "informational"

Expand Down

0 comments on commit f1cb1d5

Please sign in to comment.