-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add updates to reactors, tenants, 3ds, tokens #260
Conversation
namespace BasisTheory.net.Test.Model | ||
{ | ||
/// <summary> | ||
/// Class for testing TokenExtras | ||
/// </summary> | ||
/// <remarks> | ||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech). | ||
/// Please update the test case below to test the model. | ||
/// </remarks> | ||
public class TokenExtrasTests : IDisposable | ||
{ | ||
// TODO uncomment below to declare an instance variable for TokenExtras | ||
//private TokenExtras instance; | ||
|
||
public TokenExtrasTests() | ||
{ | ||
// TODO uncomment below to create an instance of TokenExtras | ||
//instance = new TokenExtras(); | ||
} | ||
|
||
public void Dispose() | ||
{ | ||
// Cleanup when everything is done. | ||
} | ||
|
||
/// <summary> | ||
/// Test an instance of TokenExtras | ||
/// </summary> | ||
[Fact] | ||
public void TokenExtrasInstanceTest() | ||
{ | ||
// TODO uncomment below to test "IsType" TokenExtras | ||
//Assert.IsType<TokenExtras>(instance); | ||
} | ||
|
||
|
||
/// <summary> | ||
/// Test the property 'Deduplicated' | ||
/// </summary> | ||
[Fact] | ||
public void DeduplicatedTest() | ||
{ | ||
// TODO unit test for the property 'Deduplicated' | ||
} | ||
|
||
} | ||
|
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lcschy any idea what this is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its something we are working on around token intents and stuff, adding additional info outside of the token schema for certain types of tokens
# [3.2.0](v3.1.0...v3.2.0) (2024-10-17) ### Features * add detokenize api, updates to reactors, proxy, 3ds and more ([#260](#260)) ([a515108](a515108))
🎉 This PR is included in version 3.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
Testing required outside of automated testing?
Screenshots (if appropriate):
Rollback / Rollforward Procedure
Reviewer Checklist