Skip to content

Conversation

@bitsandfoxes
Copy link
Contributor

Unit-Tests for OnApplicationPause/Focus
One puny integration test to make sure SentryMonoBehaviour gets created.

#skip-changelog

@bitsandfoxes bitsandfoxes added the Feature New feature or request label Jun 30, 2021
@bitsandfoxes bitsandfoxes self-assigned this Jun 30, 2021
Copy link
Member

@bruno-garcia bruno-garcia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Comment on lines +24 to +27
public void SetUp()
{
_fixture = new Fixture();
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public void SetUp()
{
_fixture = new Fixture();
}
public void SetUp() => _fixture = new Fixture();

@bruno-garcia bruno-garcia merged commit c75545b into main Jun 30, 2021
@bruno-garcia bruno-garcia deleted the feat/session-event-tests branch June 30, 2021 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants