Skip to content

Commit

Permalink
Fixed unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs committed Jan 12, 2024
1 parent 83c2d93 commit 7dd2ebe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/session/dummy_holder.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ func (t *DummySessionParamHandler) SetBindParams(b [][]byte) {
// SetDataspace implements session.SessionParamsHolder.
func (t *DummySessionParamHandler) SetDataspace(d string) {
t.dataspace = d
t.dataspaceChanged = true
}

func (t *DummySessionParamHandler) DataspaceIsDefault() bool {
return !t.dataspaceChanged
return false
}

// SetDefaultRouteBehaviour implements session.SessionParamsHolder.
Expand Down

0 comments on commit 7dd2ebe

Please sign in to comment.