Skip to content

Commit

Permalink
Merge pull request #5 from Team-40-IDATT2003/iss4
Browse files Browse the repository at this point in the history
Changed capitalization and added test file
  • Loading branch information
etsorens authored Jan 30, 2026
2 parents a6ef192 + 8f3a000 commit 0a86a61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/copilot.data.migration.ask.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/edu/ntnu/idi/idatt2003/G40/Mappe/Main.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package edu.ntnu.idi.idatt2003.G40.mappe;
package edu.ntnu.idi.idatt2003.g40.mappe;

//TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or
// click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
Expand Down
2 changes: 2 additions & 0 deletions src/test/java/MainTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public class MainTest {
}

0 comments on commit 0a86a61

Please sign in to comment.