Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
parthban-db committed Jan 31, 2025
1 parent 4cd3dad commit 5694c26
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
import com.databricks.sdk.core.utils.Environment;
import java.util.ArrayList;
import java.util.HashMap;
import org.junit.jupiter.api.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;

public class UserAgentTest {
private static final Logger log = LoggerFactory.getLogger(UserAgentTest.class);

@Test
public void testUserAgent() {
UserAgent.withProduct("product", "productVersion");
Expand Down

0 comments on commit 5694c26

Please sign in to comment.