Skip to content

Commit

Permalink
Rename booleans Concept Exercise to use story/theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sararekowska authored and BNAndras committed Oct 7, 2024
1 parent 89af26a commit 571232b
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"exercises": {
"concept": [
{
"slug": "booleans",
"name": "Booleans",
"slug": "annalyns-infiltration",
"name": "Annalyn's Infiltration",
"uuid": "f1eb2cab-d6bc-447a-bce3-6780c44e4b22",
"concepts": [
"booleans"
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Booleans where
module AnnalynsInfiltration where

import Prelude

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"files": {
"solution": [
"src/Booleans.purs"
"src/AnnalynsInfiltration.purs"
],
"test": [
"test/Main.purs"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Booleans where
module AnnalynsInfiltration where

import Prelude

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Test.Unit (TestSuite, describe, it)
import Test.Unit.Assert (shouldEqual)
import Test.Unit.Main (runTest)

import Booleans (canExecuteFastAttack, canSpy, canSignalPrisoner, canFreePrisoner)
import AnnalynsInfiltration (canExecuteFastAttack, canSpy, canSignalPrisoner, canFreePrisoner)

main :: Effect Unit
main = runTest suites
Expand Down

0 comments on commit 571232b

Please sign in to comment.