mirror of
https://github.com/Tribufu/TribufuJava
synced 2026-08-12 06:11:05 +00:00
Add oauth2 types
This commit is contained in:
parent
e232079eb7
commit
85156b03d6
9 changed files with 108 additions and 3 deletions
|
|
@ -1,14 +0,0 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved
|
||||
|
||||
package com.tribufu.sdk;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
class TribufuClientTest {
|
||||
@Test
|
||||
void clientGetId() {
|
||||
TribufuClient client = new TribufuClient(0, "client_secret");
|
||||
assertEquals(0, client.getId());
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue