RatingDataServiceApplicationTests.java 240 Bytes
package com.krunal.ratingdataservice;

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

@SpringBootTest
class RatingDataServiceApplicationTests {

    @Test
    void contextLoads() {
    }

}