File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -950,7 +950,7 @@ describe('APM', function() {
950
950
expect ( event . commandName ) . to . equal ( expected . command_name ) ;
951
951
}
952
952
953
- function validateExpecations ( expectation , results ) {
953
+ function validateExpectations ( expectation , results ) {
954
954
if ( expectation . command_started_event ) {
955
955
validateCommandStartedEvent ( expectation . command_started_event , results . starts . shift ( ) ) ;
956
956
} else if ( expectation . command_succeeded_event ) {
@@ -1070,7 +1070,7 @@ describe('APM', function() {
1070
1070
. catch ( ( ) => { } /* ignore */ )
1071
1071
. then ( ( ) =>
1072
1072
test . expectations . forEach ( expectation =>
1073
- validateExpecations ( expectation , monitoringResults )
1073
+ validateExpectations ( expectation , monitoringResults )
1074
1074
)
1075
1075
) ;
1076
1076
}
@@ -1084,7 +1084,7 @@ describe('APM', function() {
1084
1084
. catch ( ( ) => { } /* ignore */ )
1085
1085
. then ( ( ) =>
1086
1086
test . expectations . forEach ( expectation =>
1087
- validateExpecations ( expectation , monitoringResults )
1087
+ validateExpectations ( expectation , monitoringResults )
1088
1088
)
1089
1089
) ;
1090
1090
} ) ;
You can’t perform that action at this time.
0 commit comments