Verified Commit 42f19bc5 authored by Lukas Wiest's avatar Lukas Wiest :steam_locomotive:
Browse files

chore(test): add blocking test for new implementation

1 merge request!2add GitHub implementation
Showing with 14 additions and 0 deletions
+14 -0
package de.hftstuttgart.unifiedticketing.systems.github;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
public class GithubTicketSystemTest
{
@Test
public void blocker()
{
fail();
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment