Merge branch 'master' into vuepress

# Conflicts:
#	README.md
#	command/README.md
This commit is contained in:
Ilkka Seppälä
2021-10-12 14:05:22 +03:00
38 changed files with 1719 additions and 519 deletions

View File

@ -48,7 +48,7 @@ class ApiGatewayTest {
@BeforeEach
public void setup() {
MockitoAnnotations.initMocks(this);
MockitoAnnotations.openMocks(this);
}
/**