Skip to content

Commit

Permalink
Merge pull request #7 from xieyanker/patch
Browse files Browse the repository at this point in the history
fix actually and expected data
  • Loading branch information
agiledragon authored May 17, 2019
2 parents 5ce7a47 + b82c717 commit 8fa491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apply_interface_reused_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestApplyInterfaceReused(t *testing.T) {
})
output, err := db.Retrieve("")
So(err, ShouldEqual, nil)
So(info, ShouldEqual, output)
So(output, ShouldEqual, info)
})

Convey("TestApplyInterfaceSeq", func() {
Expand Down

0 comments on commit 8fa491f

Please sign in to comment.