Skip to content

Commit 6bbe187

Browse files
committed
closes #60
1 parent cfb2877 commit 6bbe187

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sqlmock.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ type Sqlmock interface {
6767
// By default it is set to - true. But if you use goroutines
6868
// to parallelize your query executation, that option may
6969
// be handy.
70+
//
71+
// This option may be turned on anytime during tests. As soon
72+
// as it is switched to false, expectations will be matched
73+
// in any order. Or otherwise if switched to true, any unmatched
74+
// expectations will be expected in order
7075
MatchExpectationsInOrder(bool)
7176
}
7277

0 commit comments

Comments
 (0)