Skip to content

Commit

Permalink
fix(fc2): fix contract test no error
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Sep 28, 2024
1 parent 0524434 commit d87697f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fc2/fc2_livestream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (suite *DownloadLiveStreamTestSuite) TestDownloadLiveStream() {
time.Sleep(10 * time.Second)
cancel()
err := <-done
suite.Require().Error(err, context.Canceled.Error())
suite.Require().NoError(err)
}

func (suite *DownloadLiveStreamTestSuite) TestDownloadLiveStreamPaidProgram() {
Expand Down

0 comments on commit d87697f

Please sign in to comment.