Skip to content

Commit

Permalink
format file
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuchitO committed Mar 20, 2024
1 parent 9b4b7c6 commit 2caeecb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
package com.kampus.kbazaar;

import static org.junit.jupiter.api.Assertions.assertEquals;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

import static org.junit.jupiter.api.Assertions.assertEquals;

@SpringBootTest
class KBazaarApplicationTests {

@Test
void contextLoads() {
assertEquals(1, 1);
assertEquals(1, 1);
}
}

0 comments on commit 2caeecb

Please sign in to comment.