Skip to content

Commit

Permalink
writing unit tests for authz integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdthecoder committed Jan 6, 2024
1 parent 2bfa8dd commit 614f6f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference-implementation/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"java.compile.nullAnalysis.mode": "automatic"
"java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "interactive"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package in.ispirt.pushpaka.unittests;

public class AuthZTest {

}

0 comments on commit 614f6f9

Please sign in to comment.