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

chore(test): add blocking test for new implementation

parent b2324a1f
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();
}
}
Markdown is supported
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