Skip to content
Snippets Groups Projects
Commit d1f46183 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

Correction typo

parent f8e981c5
Branches
No related tags found
No related merge requests found
Pipeline #6242 passed
......@@ -2,39 +2,10 @@
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea
# AWS User-specific
.idea/**/aws.xml
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
.idea/
.classpath
.project
.settings/*
# CMake
cmake-build-*/
......@@ -70,6 +41,6 @@ fabric.properties
.idea/caches/build_file_checksums.ser
/bin/
/.gradle/
/build/
bin/
.gradle/
build/
<<<<<<< HEAD
# Simulateur d'ascenseur
=======
# ELEVATOR-CORRECTION
>>>>>>> d5629ef1ce17a21a223e99e47aa887ea27c1501d
## Description du projet
......
......@@ -23,7 +23,7 @@ public class TestAutomaticElevator {
// l'ascenseur est au 4ème
assertEquals(3.0, e.getLevel());
// l'ascenseur est à l'arret
// l'ascenseur est à l'arrêt
assertEquals(ERROR, e.getState());
// les étapes
// assertEquals("à déterminer", e.getEvents());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment